Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdClusterDeployment ¶
func NewCmdClusterDeployment(streams genericclioptions.IOStreams, flags *genericclioptions.ConfigFlags, client client.Client) *cobra.Command
NewCmdClusterDeployment implements the base cluster deployment command
Types ¶
type ListResources ¶ added in v0.5.0
type ListResources struct { genericclioptions.IOStreams ClusterDeployment hivev1.ClusterDeployment ClusterId string P Printer ExternalResourcesOnly bool KubeCli client.Client Cmd *cobra.Command // contains filtered or unexported fields }
listOptions defines the struct for running list command
func (*ListResources) PrintRow ¶ added in v0.5.0
func (l *ListResources) PrintRow(m v1.ObjectMeta, t v1.TypeMeta)
func (*ListResources) RunListResources ¶ added in v0.5.0
func (l *ListResources) RunListResources() error
Click to show internal directories.
Click to hide internal directories.