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...
Types ¶
type Options ¶
type Options struct { //ClusteradmFlags: The generic options from the clusteradm cli-runtime. ClusteradmFlags *genericclioptionsclusteradm.ClusteradmFlags Streams genericiooptions.IOStreams Namespace string Placement string ClusterSets []string ClusterSelector []string // Prioritizers is a string array to define the prioritizers in the placement. The format is // Builtin:{Type}:{Weight} or Addon:{Type}:{ScoreName}:{Weight} Prioritizers []string NumOfClusters int32 Overwrite bool }
Click to show internal directories.
Click to hide internal directories.