Versions in this module Expand all Collapse all v1 v1.11.0 Dec 24, 2018 v1.10.0 Aug 16, 2018 Changes in this version + 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 struct + Files []string + Yes bool + type CmdRootOptions struct + type DefaultFactory struct + func (f *DefaultFactory) KubernetesClient() (kubernetes.Interface, error) + type Factory interface + KubernetesClient func() (kubernetes.Interface, error) + type GetAddonsOptions struct