Documentation
¶
Overview ¶
Copyright Contributors to the Open Cluster Management project
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CMFlags ¶
type CMFlags struct {
KubectlFactory cmdutil.Factory
//if set the resources will be sent to stdout instead of being applied
DryRun bool
//Accept beta cmd
Beta bool
//Namespace where the server (RHACM/MCE) is installed)
ServerNamespace string
//if set cm will not check if the server (RHACM/MCE) is installed
SkipServerCheck bool
}
func NewCMFlags ¶
NewClusteradmFlags returns CMFlags with default values set
Click to show internal directories.
Click to hide internal directories.