Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStart ¶ added in v0.0.15
Types ¶
type StartFlags ¶ added in v0.0.15
type StartFlags struct { }
func NewStartFlags ¶ added in v0.0.15
func NewStartFlags() *StartFlags
The defaults are determined here
func (*StartFlags) AddFlags ¶ added in v0.0.15
func (r *StartFlags) AddFlags(cmd *cobra.Command)
AddFlags add flags tp the command
func (*StartFlags) ToOptions ¶ added in v0.0.15
func (r *StartFlags) ToOptions(cmd *cobra.Command, f util.Factory, streams *genericclioptions.IOStreams) (*StartOptions, error)
ToOptions renders the options based on the flags that were set and will be the base context used to run the command
type StartOptions ¶ added in v0.0.15
type StartOptions struct { Factory util.Factory Streams *genericclioptions.IOStreams }
func (*StartOptions) Run ¶ added in v0.0.15
func (r *StartOptions) Run(ctx context.Context, args []string) error
func (*StartOptions) Validate ¶ added in v0.0.15
func (r *StartOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.