 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetOptions ¶
type GetOptions struct {
	Out, ErrOut io.Writer
	resource.FilenameOptions
	Raw       string
	Watch     bool
	WatchOnly bool
	ChunkSize int64
	LabelSelector     string
	FieldSelector     string
	AllNamespaces     bool
	Namespace         string
	ExplicitNamespace bool
	ServerPrint bool
	Sort           bool
	IgnoreNotFound bool
	ShowKind       bool
	LabelColumns   []string
	Export         bool
	IncludeUninitialized bool
}
    GetOptions contains the input to the get command.
func NewGetOptions ¶
func NewGetOptions(out io.Writer, errOut io.Writer) *GetOptions
NewGetOptions returns a GetOptions with default chunk size 500.
func (*GetOptions) Complete ¶
Complete takes the command arguments and factory and infers any remaining options.
 Click to show internal directories. 
   Click to hide internal directories.