Documentation ¶
Index ¶
- func Execute(f Factory, out io.Writer) error
- func NewCmdApply(f Factory, out io.Writer) *cobra.Command
- func NewCmdApplyChannel(f Factory, out io.Writer) *cobra.Command
- func NewCmdGet(f Factory, out io.Writer) *cobra.Command
- func NewCmdGetAddons(f Factory, out io.Writer) *cobra.Command
- func NewCmdRoot(f Factory, out io.Writer) *cobra.Command
- func RunApplyChannel(f Factory, out io.Writer, options *ApplyChannelOptions, args []string) error
- func RunGetAddons(f Factory, out io.Writer, options *GetAddonsOptions) error
- type ApplyChannelOptions
- type CmdRootOptions
- type DefaultFactory
- type Factory
- type GetAddonsOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunApplyChannel ¶
func RunGetAddons ¶
func RunGetAddons(f Factory, out io.Writer, options *GetAddonsOptions) error
Types ¶
type ApplyChannelOptions ¶
type CmdRootOptions ¶
type CmdRootOptions struct {
// contains filtered or unexported fields
}
type DefaultFactory ¶
type DefaultFactory struct {
// contains filtered or unexported fields
}
func (*DefaultFactory) KubernetesClient ¶
func (f *DefaultFactory) KubernetesClient() (kubernetes.Interface, error)
type Factory ¶
type Factory interface {
KubernetesClient() (kubernetes.Interface, error)
}
type GetAddonsOptions ¶
type GetAddonsOptions struct { }
Click to show internal directories.
Click to hide internal directories.