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