Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdGet ¶ added in v0.0.15
func NewCmdGet(cfg *genericclioptions.ChoreoConfig) *cobra.Command
NewCmdApply returns a cobra command.
Types ¶
type GetFlags ¶ added in v0.0.15
type GetFlags struct { }
func NewGetFlags ¶ added in v0.0.15
func NewGetFlags() *GetFlags
NewApplyFlags determines which flags will be added to the command The defaults are determined here
func (*GetFlags) ToOptions ¶ added in v0.0.15
func (r *GetFlags) ToOptions(cmd *cobra.Command, cfg *genericclioptions.ChoreoConfig) (*GetOptions, error)
ToOptions renders the options based on the flags that were set and will be the base context used to run the command
type GetOptions ¶ added in v0.0.15
type GetOptions struct {
// contains filtered or unexported fields
}
func (*GetOptions) Run ¶ added in v0.0.15
func (r *GetOptions) Run(ctx context.Context, args []string) error
func (*GetOptions) Validate ¶ added in v0.0.15
func (r *GetOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.