Skip to content

Commit 0bbab48

Browse files
author
Valeriy Khorunzhin
committed
t1
Signed-off-by: Valeriy Khorunzhin <[email protected]>
1 parent a958594 commit 0bbab48

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

crds/virtualmachineclasses.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ spec:
341341
x-kubernetes-int-or-string: true
342342
type: object
343343
type: object
344-
x-kubernetes-validations:
345-
- message: The defaultCoreFraction must be one of the values in coreFractions
346-
rule: "!has(self.defaultCoreFraction) || self.defaultCoreFraction in self.coreFractions"
347344
type: array
348345
tolerations:
349346
description: |-

images/virtualization-artifact/pkg/controller/vmclass/internal/validators/default_core_fraction_validator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ func containsCoreFraction(fractions []v1alpha2.CoreFractionValue, value v1alpha2
6666
}
6767
return false
6868
}
69-

0 commit comments

Comments
 (0)