Documentation ¶
Overview ¶
Copyright Contributors to the Open Cluster Management project
Copyright Contributors to the Open Cluster Management project ¶
Copyright Contributors to the Open Cluster Management project
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewCmd(clusteradmFlags *genericclioptionsclusteradm.ClusteradmFlags, streams genericiooptions.IOStreams) *cobra.Command
NewCmd ...
func WaitResourceToBeDelete ¶
Types ¶
type Options ¶
type Options struct { //ClusteradmFlags: The generic options from the clusteradm cli-runtime. ClusteradmFlags *genericclioptionsclusteradm.ClusteradmFlags Streams genericiooptions.IOStreams // contains filtered or unexported fields }
Options is holding all the command-line options
type Values ¶
type Values struct { //ClusterName: the name of the joined cluster on the hub ClusterName string // DeployMode, KlusterletName and AgentNamespace would be auto filled DeployMode operatorv1.InstallMode KlusterletName string AgentNamespace string }
Click to show internal directories.
Click to hide internal directories.