Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdApply ¶
func NewCmdApply(parent string, flags *genericclioptions.ConfigFlags, streams genericclioptions.IOStreams) *cobra.Command
NewCmdApply creates a command object for the "apply"
Types ¶
type ApplyOptions ¶
type ApplyOptions struct { CmdParent string Namespace string ExplicitNamespace bool Watch bool resource.FilenameOptions genericclioptions.IOStreams // contains filtered or unexported fields }
ApplyOptions contains the input to the apply command.
func NewApplyOptions ¶
func NewApplyOptions(parent string, flags *genericclioptions.ConfigFlags, streams genericclioptions.IOStreams) *ApplyOptions
NewApplyOptions
func (*ApplyOptions) Complete ¶
Complete takes the command arguments and factory and infers any remaining options.
Click to show internal directories.
Click to hide internal directories.