Documentation ¶
Index ¶
- func NewCmdRoot(streams genericclioptions.IOStreams) *cobra.Command
- type RootOptions
- func (c *RootOptions) GetKubeConfig() *rest.Config
- func (c *RootOptions) NewClientSet() kubernetes.Interface
- func (c *RootOptions) NewClustersClientSet() (clustersclientset.Interface, error)
- func (c *RootOptions) NewProjectClientSet() (projectclientset.Interface, error)
- func (c *RootOptions) NewVerrazzanoClientSet() (verrazzanoclientset.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdRoot ¶
func NewCmdRoot(streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type RootOptions ¶
type RootOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func NewRootOptions ¶
func NewRootOptions(streams genericclioptions.IOStreams) *RootOptions
func (*RootOptions) GetKubeConfig ¶ added in v0.17.0
func (c *RootOptions) GetKubeConfig() *rest.Config
func (*RootOptions) NewClientSet ¶ added in v0.17.0
func (c *RootOptions) NewClientSet() kubernetes.Interface
func (*RootOptions) NewClustersClientSet ¶ added in v0.17.0
func (c *RootOptions) NewClustersClientSet() (clustersclientset.Interface, error)
func (*RootOptions) NewProjectClientSet ¶ added in v0.17.0
func (c *RootOptions) NewProjectClientSet() (projectclientset.Interface, error)
func (*RootOptions) NewVerrazzanoClientSet ¶ added in v0.17.0
func (c *RootOptions) NewVerrazzanoClientSet() (verrazzanoclientset.Interface, error)
Click to show internal directories.
Click to hide internal directories.