Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetFlags ¶ added in v0.0.15
type GetFlags struct {
ResourceOuput *genericclioptions.ResourceOutputFlags
}
func NewGetFlags ¶ added in v0.0.15
func NewGetFlags() *GetFlags
NewGetFlags determines which flags will be added to the command The defaults are determined here
type GetOptions ¶ added in v0.0.15
type GetOptions struct { Factory util.Factory Streams *genericclioptions.IOStreams OutputFormat string Namespace string ShowManagedFields bool }
func (*GetOptions) Run ¶ added in v0.0.15
func (r *GetOptions) Run(ctx context.Context, args []string) error
func (*GetOptions) Validate ¶ added in v0.0.15
func (r *GetOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.