Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InvalidOptionError = errgo.New("invalid option") ValidationError = errgo.New("validation failed") )
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct { // Global flags Local bool // Use local vagrant test cluster JobPath string ClusterPath string OrchestratorOverride string TunnelOverride string Groups []string ScalingGroup uint DryRun bool Force bool AutoContinue bool StopDelay time.Duration DestroyDelay time.Duration SliceDelay time.Duration Options Options vault.VaultConfig vault.GithubLoginData }
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
func (*Options) SetKeyValue ¶
Click to show internal directories.
Click to hide internal directories.