Documentation
¶
Index ¶
- func Execute(ctx context.Context, f *ChannelsFactory, out io.Writer) error
- func NewCmdApply(f *ChannelsFactory, out io.Writer) *cobra.Command
- func NewCmdApplyChannel(f *ChannelsFactory, out io.Writer) *cobra.Command
- func NewCmdGet(f *ChannelsFactory, out io.Writer) *cobra.Command
- func NewCmdGetAddons(f *ChannelsFactory, out io.Writer) *cobra.Command
- func NewCmdRoot(f *ChannelsFactory, out io.Writer) *cobra.Command
- func RunApplyChannel(ctx context.Context, f *ChannelsFactory, out io.Writer, ...) error
- func RunGetAddons(ctx context.Context, f *ChannelsFactory, out io.Writer, ...) error
- type ApplyChannelOptions
- type ChannelsFactory
- func (f *ChannelsFactory) DynamicClient() (dynamic.Interface, error)
- func (f *ChannelsFactory) HTTPClient() (*http.Client, error)
- func (f *ChannelsFactory) RESTConfig() (*rest.Config, error)
- func (f *ChannelsFactory) RESTMapper() (*restmapper.DeferredDiscoveryRESTMapper, error)
- func (f *ChannelsFactory) VFSContext() *vfs.VFSContext
- type CmdRootOptions
- type GetAddonsOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdApply ¶
func NewCmdApply(f *ChannelsFactory, out io.Writer) *cobra.Command
func NewCmdApplyChannel ¶
func NewCmdApplyChannel(f *ChannelsFactory, out io.Writer) *cobra.Command
func NewCmdGetAddons ¶
func NewCmdGetAddons(f *ChannelsFactory, out io.Writer) *cobra.Command
func NewCmdRoot ¶
func NewCmdRoot(f *ChannelsFactory, out io.Writer) *cobra.Command
func RunApplyChannel ¶
func RunApplyChannel(ctx context.Context, f *ChannelsFactory, out io.Writer, options *ApplyChannelOptions, args []string) error
func RunGetAddons ¶
func RunGetAddons(ctx context.Context, f *ChannelsFactory, out io.Writer, options *GetAddonsOptions) error
Types ¶
type ApplyChannelOptions ¶
type ApplyChannelOptions struct { Yes bool // contains filtered or unexported fields }
type ChannelsFactory ¶ added in v1.31.0
type ChannelsFactory struct {
// contains filtered or unexported fields
}
func NewChannelsFactory ¶ added in v1.31.0
func NewChannelsFactory() *ChannelsFactory
func (*ChannelsFactory) DynamicClient ¶ added in v1.31.0
func (f *ChannelsFactory) DynamicClient() (dynamic.Interface, error)
func (*ChannelsFactory) HTTPClient ¶ added in v1.31.0
func (f *ChannelsFactory) HTTPClient() (*http.Client, error)
func (*ChannelsFactory) RESTConfig ¶ added in v1.31.0
func (f *ChannelsFactory) RESTConfig() (*rest.Config, error)
func (*ChannelsFactory) RESTMapper ¶ added in v1.31.0
func (f *ChannelsFactory) RESTMapper() (*restmapper.DeferredDiscoveryRESTMapper, error)
func (*ChannelsFactory) VFSContext ¶ added in v1.31.0
func (f *ChannelsFactory) VFSContext() *vfs.VFSContext
type CmdRootOptions ¶
type CmdRootOptions struct {
// contains filtered or unexported fields
}
type GetAddonsOptions ¶
type GetAddonsOptions struct{}
Click to show internal directories.
Click to hide internal directories.