Versions in this module Expand all Collapse all v0 v0.1.11 May 3, 2017 Changes in this version + func FilterTasksFromApp(app *state.App) []*types.Task + func FilterTasksWithHistoryFromApp(app *state.App) []*types.Task + func FormApp(app *state.App) *types.App + func FormAppRetWithVersions(app *state.App) *types.App + func FormAppWithTask(app *state.App) *types.App + func FormAppWithTaskHistory(app *state.App) *types.App + func FormTask(slot *state.Slot) *types.Task + func FormTaskHistory(v *state.Task) *types.TaskHistory + func GetTaskFromApp(app *state.App, task_index int) (*types.Task, error) + func NewAndInstallAppService(apiServer *apiserver.ApiServer, eng *scheduler.Scheduler) + func NewAndInstallEventsService(apiServer *apiserver.ApiServer, eng *scheduler.Scheduler) + func NewAndInstallFrameworkService(apiServer *apiserver.ApiServer) + func NewAndInstallHealthyService(apiServer *apiserver.ApiServer) + func NewAndInstallStatsService(apiServer *apiserver.ApiServer, eng *scheduler.Scheduler) + func NewAndInstallVersionService(apiServer *apiserver.ApiServer) + type AppService struct + Scheduler *scheduler.Scheduler + func (api *AppService) CancelUpdate(request *restful.Request, response *restful.Response) + func (api *AppService) CreateApp(request *restful.Request, response *restful.Response) + func (api *AppService) DeleteApp(request *restful.Request, response *restful.Response) + func (api *AppService) GetAllServiceDiscoveries(request *restful.Request, response *restful.Response) + func (api *AppService) GetAllServiceDiscoveriesMD5(request *restful.Request, response *restful.Response) + func (api *AppService) GetApp(request *restful.Request, response *restful.Response) + func (api *AppService) GetAppServiceDiscoveries(request *restful.Request, response *restful.Response) + func (api *AppService) GetAppServiceDiscoveriesMD5(request *restful.Request, response *restful.Response) + func (api *AppService) GetAppTask(request *restful.Request, response *restful.Response) + func (api *AppService) GetAppVersion(request *restful.Request, response *restful.Response) + func (api *AppService) GetAppVersions(request *restful.Request, response *restful.Response) + func (api *AppService) ListApp(request *restful.Request, response *restful.Response) + func (api *AppService) ProceedUpdate(request *restful.Request, response *restful.Response) + func (api *AppService) Register(container *restful.Container) + func (api *AppService) ScaleDown(request *restful.Request, response *restful.Response) + func (api *AppService) ScaleUp(request *restful.Request, response *restful.Response) + func (api *AppService) UpdateApp(request *restful.Request, response *restful.Response) + func (api *AppService) UpdateAppTaskWeight(request *restful.Request, response *restful.Response) + func (api *AppService) UpdateWeights(request *restful.Request, response *restful.Response) + type EventsService struct + Scheduler *scheduler.Scheduler + func (api *EventsService) Events(request *restful.Request, response *restful.Response) + func (api *EventsService) Register(container *restful.Container) + type FrameworkService struct + func (fs *FrameworkService) Info(req *restful.Request, resp *restful.Response) + func (fs *FrameworkService) Register(container *restful.Container) + type HealthyService struct + func (api *HealthyService) Ping(request *restful.Request, response *restful.Response) + func (api *HealthyService) Register(container *restful.Container) + type StatsService struct + Scheduler *scheduler.Scheduler + func (api *StatsService) Register(container *restful.Container) + func (api *StatsService) Stats(request *restful.Request, response *restful.Response) + type VersionService struct + func (api *VersionService) Register(container *restful.Container) + func (api *VersionService) Version(request *restful.Request, response *restful.Response)