Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdExtendedDaemonset ¶
func NewCmdExtendedDaemonset(streams genericclioptions.IOStreams) *cobra.Command
NewCmdExtendedDaemonset provides a cobra command wrapping ExtendedDaemonsetOptions
Types ¶
type ExtendedDaemonsetOptions ¶
type ExtendedDaemonsetOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
ExtendedDaemonsetOptions provides information required to manage ExtendedDaemonset
func NewExtendedDaemonsetOptions ¶
func NewExtendedDaemonsetOptions(streams genericclioptions.IOStreams) *ExtendedDaemonsetOptions
NewExtendedDaemonsetOptions provides an instance of ExtendedDaemonsetOptions with default values
func (*ExtendedDaemonsetOptions) Complete ¶
func (o *ExtendedDaemonsetOptions) Complete(cmd *cobra.Command, args []string) error
Complete sets all information required for processing the command
func (*ExtendedDaemonsetOptions) Run ¶
func (o *ExtendedDaemonsetOptions) Run() error
Run use to run the command
func (*ExtendedDaemonsetOptions) Validate ¶
func (o *ExtendedDaemonsetOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
Click to show internal directories.
Click to hide internal directories.