Documentation ¶
Index ¶
Constants ¶
View Source
const ( UsageHeader = `` /* 495-byte string literal not displayed */ CommandUsage = ` [%s command options] %s` )
View Source
const GlobalUsage = `` /* 518-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyDeployment ¶
type ApplyDeployment struct {
// contains filtered or unexported fields
}
func NewApplyDeployment ¶
func NewApplyDeployment( stateStore storage.Store, ) ApplyDeployment
func (ApplyDeployment) CheckFastFails ¶
func (p ApplyDeployment) CheckFastFails(args []string, state storage.State) error
func (ApplyDeployment) Execute ¶
func (p ApplyDeployment) Execute(args []string, state storage.State) error
func (ApplyDeployment) Usage ¶
func (ApplyDeployment) Usage() string
type ApplyInfra ¶
type ApplyInfra struct {
// contains filtered or unexported fields
}
func NewApplyInfra ¶
func NewApplyInfra( stateStore storage.Store, fs fileio.Fs, ) ApplyInfra
func (ApplyInfra) CheckFastFails ¶
func (p ApplyInfra) CheckFastFails(args []string, state storage.State) error
func (ApplyInfra) Usage ¶
func (ApplyInfra) Usage() string
type CommandSet ¶
type DiegestConfig ¶
type DiegestConfig struct {
Name string
}
type Digest ¶
type Digest struct {
// contains filtered or unexported fields
}
func (Digest) CheckFastFails ¶
type Interop ¶
type Interop struct {
// contains filtered or unexported fields
}
func NewInterop ¶
func (Interop) CheckFastFails ¶
type PlanDeployment ¶
type PlanDeployment struct {
// contains filtered or unexported fields
}
func NewPlanDeployment ¶
func (PlanDeployment) CheckFastFails ¶
func (p PlanDeployment) CheckFastFails(args []string, state storage.State) error
func (PlanDeployment) Execute ¶
func (p PlanDeployment) Execute(args []string, state storage.State) error
func (PlanDeployment) Usage ¶
func (PlanDeployment) Usage() string
type PlanInfra ¶
type PlanInfra struct {
// contains filtered or unexported fields
}
func NewPlanInfra ¶
func (PlanInfra) CheckFastFails ¶
type Promote ¶
type Promote struct {
// contains filtered or unexported fields
}
func NewPromote ¶
func (Promote) CheckFastFails ¶
type StateStore ¶
type Usage ¶
type Usage struct {
// contains filtered or unexported fields
}
func (Usage) CheckFastFails ¶
func (Usage) PrintCommandUsage ¶
Click to show internal directories.
Click to hide internal directories.