File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
deployment/mcad-controller/crds Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ spec:
53
53
properties :
54
54
cpu :
55
55
x-kubernetes-int-or-string : true
56
- pattern : ' ^[0-9]*(m)* $'
56
+ pattern : ' ^[0-9]*(m)? $'
57
57
memory :
58
58
x-kubernetes-int-or-string : true
59
- pattern : ' ^[0-9]*(Ei|Pi|Ti|Gi|Mi|Ki|E|P|T|G|M|K)* $'
59
+ pattern : ' ^[0-9]*(Ei|Pi|Ti|Gi|Mi|Ki|E|P|T|G|M|K)? $'
60
60
nvidia.com/gpu :
61
61
x-kubernetes-int-or-string : true
62
- pattern : ' ^[0-9]* $'
62
+ pattern : ' ^[0-9]? $'
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ spec:
53
53
properties :
54
54
cpu :
55
55
x-kubernetes-int-or-string : true
56
- pattern : ' ^[0-9]*(m)* $'
56
+ pattern : ' ^[0-9]*(m)? $'
57
57
memory :
58
58
x-kubernetes-int-or-string : true
59
- pattern : ' ^[0-9]*(Ei|Pi|Ti|Gi|Mi|Ki|E|P|T|G|M|K)* $'
59
+ pattern : ' ^[0-9]*(Ei|Pi|Ti|Gi|Mi|Ki|E|P|T|G|M|K)? $'
60
60
nvidia.com/gpu :
61
61
x-kubernetes-int-or-string : true
62
- pattern : ' ^[0-9]* $'
62
+ pattern : ' ^[0-9]? $'
You can’t perform that action at this time.
0 commit comments