Add iterations field to CRD validation

This commit is contained in:
stefanprodan
2019-03-08 12:31:35 +02:00
parent 3c7a561db8
commit 6ba69dce0a
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -82,6 +82,8 @@ spec:
interval:
type: string
pattern: "^[0-9]+(m|s)"
iterations:
type: number
threshold:
type: number
maxWeight:
+2
View File
@@ -83,6 +83,8 @@ spec:
interval:
type: string
pattern: "^[0-9]+(m|s)"
iterations:
type: number
threshold:
type: number
maxWeight: