Documentation
¶
Index ¶
- func NewListCommand(f kcmdutil.Factory, ro *cli.RootOptions) *cobra.Command
- func NewOperatorsCommand(f kcmdutil.Factory, ro *cli.RootOptions) *cobra.Command
- func NewReleasesCommand(f kcmdutil.Factory, ro *cli.RootOptions) *cobra.Command
- func NewUpdatesCommand(f kcmdutil.Factory, ro *cli.RootOptions) *cobra.Command
- type OperatorsOptions
- type ReleasesOptions
- type UpdatesOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListCommand ¶
func NewOperatorsCommand ¶
func NewReleasesCommand ¶
func NewUpdatesCommand ¶
Types ¶
type OperatorsOptions ¶
type OperatorsOptions struct { *cli.RootOptions Catalog string Package string Channel string Version string Catalogs bool }
func (*OperatorsOptions) Complete ¶
func (o *OperatorsOptions) Complete() error
func (*OperatorsOptions) Validate ¶
func (o *OperatorsOptions) Validate() error
type ReleasesOptions ¶
type ReleasesOptions struct { *cli.RootOptions Channel string Channels bool Version string }
func (*ReleasesOptions) Complete ¶
func (o *ReleasesOptions) Complete() error
func (*ReleasesOptions) Validate ¶
func (o *ReleasesOptions) Validate() error
type UpdatesOptions ¶
type UpdatesOptions struct { *cli.RootOptions ConfigPath string }
func (*UpdatesOptions) Validate ¶
func (o *UpdatesOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.