Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDockerDesktopCommand ¶ added in v0.2.0
func NewRootCommand ¶
Types ¶
type ApplyOptions ¶
type ApplyOptions struct { *genericclioptions.PrintFlags *genericclioptions.FileNameFlags genericclioptions.IOStreams Filenames []string }
func NewApplyOptions ¶
func NewApplyOptions() *ApplyOptions
func (*ApplyOptions) Command ¶
func (o *ApplyOptions) Command() *cobra.Command
type DeleteOptions ¶
type DeleteOptions struct { *genericclioptions.PrintFlags *genericclioptions.FileNameFlags genericclioptions.IOStreams IgnoreNotFound bool Filenames []string // contains filtered or unexported fields }
func NewDeleteOptions ¶
func NewDeleteOptions() *DeleteOptions
func (*DeleteOptions) Command ¶
func (o *DeleteOptions) Command() *cobra.Command
type GetOptions ¶
type GetOptions struct { *genericclioptions.PrintFlags genericclioptions.IOStreams StartTime time.Time IgnoreNotFound bool FieldSelector string }
func NewGetOptions ¶
func NewGetOptions() *GetOptions
func (*GetOptions) Command ¶
func (o *GetOptions) Command() *cobra.Command
func (*GetOptions) OutputFlagSpecified ¶
func (o *GetOptions) OutputFlagSpecified() bool
func (*GetOptions) ToPrinter ¶
func (o *GetOptions) ToPrinter() (printers.ResourcePrinter, error)
Click to show internal directories.
Click to hide internal directories.