Documentation ¶
Index ¶
- func NewCmdCluster(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
- func NewCmdClusterDeregister(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
- func NewCmdClusterGet(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
- func NewCmdClusterList(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
- func NewCmdClusterManifest(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
- func NewCmdClusterRegister(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
- type ClusterDeregisterOptions
- type ClusterGetOptions
- type ClusterListOptions
- type ClusterManifestOptions
- type ClusterOptions
- type ClusterRegisterOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCluster ¶
func NewCmdCluster(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
func NewCmdClusterDeregister ¶ added in v0.17.0
func NewCmdClusterDeregister(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
func NewCmdClusterGet ¶ added in v0.17.0
func NewCmdClusterGet(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
func NewCmdClusterList ¶
func NewCmdClusterList(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
func NewCmdClusterManifest ¶ added in v0.17.0
func NewCmdClusterManifest(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
func NewCmdClusterRegister ¶ added in v0.17.0
func NewCmdClusterRegister(streams genericclioptions.IOStreams, kubernetesInterface helpers.Kubernetes) *cobra.Command
Types ¶
type ClusterDeregisterOptions ¶ added in v0.17.0
type ClusterDeregisterOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func NewClusterDeregisterOptions ¶ added in v0.17.0
func NewClusterDeregisterOptions(streams genericclioptions.IOStreams) *ClusterDeregisterOptions
type ClusterGetOptions ¶ added in v0.17.0
type ClusterGetOptions struct { genericclioptions.IOStreams PrintFlags *helpers.PrintFlags // contains filtered or unexported fields }
func NewClusterGetOptions ¶ added in v0.17.0
func NewClusterGetOptions(streams genericclioptions.IOStreams) *ClusterGetOptions
type ClusterListOptions ¶
type ClusterListOptions struct { genericclioptions.IOStreams PrintFlags *helpers.PrintFlags // contains filtered or unexported fields }
func NewClusterListOptions ¶
func NewClusterListOptions(streams genericclioptions.IOStreams) *ClusterListOptions
type ClusterManifestOptions ¶ added in v0.17.0
type ClusterManifestOptions struct { genericclioptions.IOStreams PrintFlags *helpers.PrintFlags // contains filtered or unexported fields }
func NewClusterManifestOptions ¶ added in v0.17.0
func NewClusterManifestOptions(streams genericclioptions.IOStreams) *ClusterManifestOptions
type ClusterOptions ¶
type ClusterOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func NewClusterOptions ¶
func NewClusterOptions(streams genericclioptions.IOStreams) *ClusterOptions
type ClusterRegisterOptions ¶ added in v0.17.0
type ClusterRegisterOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func NewClusterRegisterOptions ¶ added in v0.17.0
func NewClusterRegisterOptions(streams genericclioptions.IOStreams) *ClusterRegisterOptions
Click to show internal directories.
Click to hide internal directories.