Documentation ¶
Index ¶
- func AddSlotPrefix(c *commons.Context) error
- func ApplyInfra(c *commons.Context) error
- func BeginApplicationOperation(env, appName string, ds *deploymentstate.DeploymentState, yesOverride ...bool) (*schema.ApplicationData, bool, error)
- func CleanupSlots(c *commons.Context) error
- func CreateApp(c *commons.Context) error
- func DeleteSlotPrefix(c *commons.Context) error
- func Deploy(c *commons.Context) error
- func DeployDestroy(c *commons.Context) error
- func DestroyInfra(c *commons.Context) error
- func DiffDeploy(c *commons.Context) error
- func DiffInfra(c *commons.Context) error
- func DisableTraffic(c *commons.Context) error
- func EnableTraffic(c *commons.Context) error
- func FinishApplicationOperation(appName string, appData *schema.ApplicationData, isActive bool, ...) error
- func ListApps(c *commons.Context) error
- func ListDeployments(c *commons.Context) error
- func ListSlotPrefixes(c *commons.Context) error
- func ListSlots(c *commons.Context) error
- func Output(c *commons.Context) error
- func ShowTraffic(c *commons.Context) error
- func SlotOutput(c *commons.Context) error
- func TaintUntaintDeployedResource(c *commons.Context) error
- func TaintUntaintInfraResource(c *commons.Context) error
- func ValidateInfra(c *commons.Context) error
- func ValidateSlots(c *commons.Context) error
- type ApplicationTemplateVars
- type Config
- type VersionTemplateVars
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSlotPrefix ¶
func ApplyInfra ¶
func BeginApplicationOperation ¶
func BeginApplicationOperation(env, appName string, ds *deploymentstate.DeploymentState, yesOverride ...bool) (*schema.ApplicationData, bool, error)
func CleanupSlots ¶
func DeleteSlotPrefix ¶
func DeployDestroy ¶
func DestroyInfra ¶
func DiffDeploy ¶
func DisableTraffic ¶
func EnableTraffic ¶
func FinishApplicationOperation ¶
func FinishApplicationOperation(appName string, appData *schema.ApplicationData, isActive bool, outputs map[string]string, ds *deploymentstate.DeploymentState) error
func ListDeployments ¶
func ListSlotPrefixes ¶
func ShowTraffic ¶
func SlotOutput ¶
func ValidateInfra ¶
func ValidateSlots ¶
Types ¶
type ApplicationTemplateVars ¶
type ApplicationTemplateVars struct {
AwsAccountId, Environment, AppName string
}
type VersionTemplateVars ¶
type VersionTemplateVars struct {
AwsAccountId, Environment, AppName string
}
Source Files ¶
- add_slot_prefix.go
- apply_infra.go
- cleanup_slots.go
- create_app.go
- delete_slot_prefix.go
- deploy.go
- deploy_destroy.go
- destroy_infra.go
- diff_deploy.go
- diff_infra.go
- disable_traffic.go
- enable_traffic.go
- list_apps.go
- list_deployments.go
- list_slot_prefixes.go
- list_slots.go
- meta.go
- output.go
- show_traffic.go
- slot_output.go
- taint_untaint_deployed_resource.go
- taint_untaint_infra_resource.go
- validate_infra.go
- validate_slots.go
Click to show internal directories.
Click to hide internal directories.