Documentation ¶
Index ¶
- Constants
- func AddJailedMarathonToCmd(rc *cobra.Command, c *cliconfig.ConfigFile)
- func AddMarathonToCmd(rc *cobra.Command, c *cliconfig.ConfigFile)
- type AppGroup
- type AppGroups
- type Application
- type Applications
- type DeploymentId
- type Deployments
- type MarInfo
- type MarLeaderInfo
- type MarPing
- type Message
- type QueuedTasks
- type Task
- type Tasks
- type Versions
Constants ¶
View Source
const ( INSTANCES_FLAG = "instances" STEP_DELAY_FLAG = "stepdel" RESUME_FLAG = "resume" LB_FLAG = "lb" LB_TIMEOUT_FLAG = "lb-timeout" BG_DRYRUN_FLAG = "dry" )
View Source
const ( HOST_FLAG = "host" SCALE_FLAG = "scale" )
Variables ¶
This section is empty.
Functions ¶
func AddJailedMarathonToCmd ¶
func AddJailedMarathonToCmd(rc *cobra.Command, c *cliconfig.ConfigFile)
Jails (chroots) marathon by including only it's sub commands when we only have a single environment declared and already know the cluster type
func AddMarathonToCmd ¶
func AddMarathonToCmd(rc *cobra.Command, c *cliconfig.ConfigFile)
Associates the marathon service to the given command
Types ¶
type Application ¶
type Application struct {
*marathon.Application
}
type Applications ¶
type Applications struct {
*marathon.Applications
}
type DeploymentId ¶
type DeploymentId struct {
*marathon.DeploymentID
}
type Deployments ¶
type MarInfo ¶
type MarInfo struct {
*marathon.MarathonInfo
}
type MarLeaderInfo ¶
type MarLeaderInfo struct {
*marathon.LeaderInfo
}
type MarPing ¶
type MarPing struct {
*marathon.MarathonPing
}
type QueuedTasks ¶
Click to show internal directories.
Click to hide internal directories.