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