Versions in this module Expand all Collapse all v0 v0.0.2 Feb 12, 2018 Changes in this version + type API struct + func (a *API) Launch() error + type Controller struct + func (c *Controller) Bootstrap(b *Flags) error + func (c *Controller) DeleteCluster(b *Flags) error + func (c *Controller) Deploy(serviceName string, d service.Deploy) (*service.DeployResult, error) + func (c *Controller) Resume() error + func (c *Controller) SetDeployDefaults(d *service.Deploy) + type Export struct + type ExportedApps map[string]string + type Flags struct + AlbSecurityGroups string + Bootstrap bool + CloudwatchLogsEnabled bool + CloudwatchLogsPrefix string + ClusterName string + DeleteCluster string + DisableEcsDeploy bool + EcsDesiredSize string + EcsMaxSize string + EcsMinSize string + EcsSecurityGroups string + EcsSubnets string + Environment string + InstanceType string + KeyName string + LoadbalancerDomain string + ParamstoreEnabled bool + ParamstoreKmsArn string + ParamstorePrefix string + Profile string + Region string + Server bool + func NewFlags() *Flags + type ListenerRule struct + Conditions []ListenerRuleCondition + ListenerRuleArn string + TargetGroupArn string + type ListenerRuleCondition struct + Field string + Values string + type ListenerRuleExport struct + RuleKeys RulePriority + Rules map[int64]ListenerRule + type Migration struct + type RulePriority []int64 + func (a RulePriority) Len() int + func (a RulePriority) Less(i, j int) bool + func (a RulePriority) Swap(i, j int) + type SAML struct + AllowIDPInitiated bool + TimeFunc func() time.Time