Documentation ¶ Index ¶ type Stage func (r *Stage) Run(ctx *clicontext.CLIContext) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Stage ¶ type Stage struct { create.Create Scale int `desc:"Number of replicas to run"` Weight int `desc:"Percentage of traffic routed to staged service"` Image string `desc:"Runtime image (Docker image/OCI image)"` } func (*Stage) Run ¶ func (r *Stage) Run(ctx *clicontext.CLIContext) error Source Files ¶ stage.go Click to show internal directories. Click to hide internal directories.