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