Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationConf ¶
type ApplicationConf struct {
ConstraintsType arrayFlags
RecommenderType string
DeathNodeMark string
AutoscalingGroupPrefixes arrayFlags
ProtectedFrameworks arrayFlags
ProtectedTasksLabels arrayFlags
DelayDeleteSeconds int
ResetLifecycle bool
}
ApplicationConf stores the application configurations
type ApplicationContext ¶
type ApplicationContext struct {
Conf ApplicationConf
AwsConn aws.ClientInterface
MesosConn mesos.ClientInterface
Clock clock.Clock
}
ApplicationContext stores the application configurations and both AWS and Mesos connections
Click to show internal directories.
Click to hide internal directories.