Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidArgsFunction ¶
func ValidArgsFunction(o *GetOptions) func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
Types ¶
type GetOptions ¶
type GetOptions struct { PrintFlags *printer.PrintFlags options.IOStreams LabelSelector string FieldSelector string Watch bool // contains filtered or unexported fields }
func NewGetOptions ¶
func NewGetOptions(streams options.IOStreams) *GetOptions
func (*GetOptions) Complete ¶
func (l *GetOptions) Complete(opts *options.CliOptions) error
func (*GetOptions) RunGet ¶
func (l *GetOptions) RunGet() error
func (*GetOptions) ValidateArgs ¶
func (l *GetOptions) ValidateArgs(cmd *cobra.Command, args []string) error
Click to show internal directories.
Click to hide internal directories.