operation

package
v0.0.0-...-2954fb5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2016 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const Version string = "0.2.0-RC7"

Variables

View Source
var Commands = []cli.Command{
	commandService,
	commandTask,
	commandBluegreen,
}

Functions

This section is empty.

Types

type BlueGreenPlanJson

type BlueGreenPlanJson struct {
	Blue       BlueGreenServiceJson
	Green      BlueGreenServiceJson
	Active     string
	PrimaryElb string
	StandbyElb string
}

type BlueGreenServiceJson

type BlueGreenServiceJson struct {
	ClusterARN          string
	AutoScalingGroupARN string
	Instances           []*autoscaling.Instance
	TaskDefinition      string
	DesiredCount        int64
	PendingCount        int64
	RunningCount        int64
}

type Operation

type Operation struct {
	SubCommand     string
	TargetResource string
	Params         map[string]string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL