Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Promote ¶
type Promote struct {
Duration string `desc:"How long the rollout should take. An approximation, actual time may fluctuate" default:"0s"`
Pause bool `desc:"Whether to pause rollout or continue it. Default to false" default:"false"`
}
func (*Promote) Run ¶
func (p *Promote) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.