Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string
Functions ¶
func NewDockerDesktopCommand ¶ added in v0.2.0
func NewRootCommand ¶
func NewSocatCommand ¶ added in v0.5.0
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 CreateClusterOptions ¶ added in v0.3.0
type CreateClusterOptions struct { *genericclioptions.PrintFlags genericclioptions.IOStreams Cluster *api.Cluster }
func NewCreateClusterOptions ¶ added in v0.3.0
func NewCreateClusterOptions() *CreateClusterOptions
func (*CreateClusterOptions) Command ¶ added in v0.3.0
func (o *CreateClusterOptions) Command() *cobra.Command
type CreateOptions ¶ added in v0.3.0
type CreateOptions struct {
genericclioptions.IOStreams
}
func NewCreateOptions ¶ added in v0.3.0
func NewCreateOptions() *CreateOptions
func (*CreateOptions) Command ¶ added in v0.3.0
func (o *CreateOptions) Command() *cobra.Command
type CreateRegistryOptions ¶ added in v0.3.0
type CreateRegistryOptions struct { *genericclioptions.PrintFlags genericclioptions.IOStreams Registry *api.Registry }
func NewCreateRegistryOptions ¶ added in v0.3.0
func NewCreateRegistryOptions() *CreateRegistryOptions
func (*CreateRegistryOptions) Command ¶ added in v0.3.0
func (o *CreateRegistryOptions) Command() *cobra.Command
type DeleteOptions ¶
type DeleteOptions struct { *genericclioptions.PrintFlags *genericclioptions.FileNameFlags genericclioptions.IOStreams IgnoreNotFound bool Filenames []string // We currently only support two modes - "true" and "false". // But we expect that there may be more modes in the future // (like what happened with kubectl delete --cascade). Cascade 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.