We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a93c7 commit 338200eCopy full SHA for 338200e
operator/v1/types_klusterlet.go
@@ -152,6 +152,10 @@ type RegistrationConfiguration struct {
152
// +optional
153
ClusterAnnotations map[string]string `json:"clusterAnnotations,omitempty"`
154
155
+ // ClusterLabels is labels set on ManagedCluster when creating only, other actors can update it afterwards.
156
+ // +optional
157
+ ClusterLabels map[string]string `json:"clusterLabels,omitempty"`
158
+
159
// KubeAPIQPS indicates the maximum QPS while talking with apiserver on the spoke cluster.
160
// If it is set empty, use the default value: 50
161
0 commit comments