Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

3 changes: 1 addition & 2 deletions config/v1/types_infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -1559,8 +1559,7 @@ type VSpherePlatformSpec struct {
// + If VCenters is not defined use the existing cloud-config configmap defined
// + in openshift-config.
// +kubebuilder:validation:MinItems=0
// +openshift:validation:FeatureGateAwareMaxItems:featureGate="",maxItems=1
// +openshift:validation:FeatureGateAwareMaxItems:featureGate=VSphereMultiVCenters,maxItems=3
// +kubebuilder:validation:MaxItems=3
// +kubebuilder:validation:XValidation:rule="size(self) != size(oldSelf) ? size(oldSelf) == 0 && size(self) < 2 : true",message="vcenters cannot be added or removed once set"
// +listType=atomic
// +optional
Expand Down
1 change: 0 additions & 1 deletion config/v1/zz_generated.featuregated-crd-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ infrastructures.config.openshift.io:
- NutanixMultiSubnets
- VSphereHostVMGroupZonal
- VSphereMultiNetworks
- VSphereMultiVCenters
FilenameOperatorName: config-operator
FilenameOperatorOrdering: "01"
FilenameRunLevel: "0000_10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ spec:
- datacenters
- server
type: object
maxItems: 1
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@ spec:
- datacenters
- server
type: object
maxItems: 3
minItems: 0
type: array
x-kubernetes-list-type: atomic
Expand Down
Loading