@@ -1109,6 +1109,7 @@ spec:
1109
1109
description : Specifies the output
1110
1110
format of the exposed resources,
1111
1111
defaults to "1"
1112
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTIE]i)|[mkMGTPE]|((\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1112
1113
x-kubernetes-int-or-string : true
1113
1114
resource :
1114
1115
description : ' Required: resource
@@ -1773,6 +1774,7 @@ spec:
1773
1774
anyOf :
1774
1775
- type : integer
1775
1776
- type : string
1777
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTIE]i)|[mkMGTPE]|((\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1776
1778
x-kubernetes-int-or-string : true
1777
1779
description : ' Limits describes the maximum
1778
1780
amount of compute resources allowed. More
@@ -1783,6 +1785,7 @@ spec:
1783
1785
anyOf :
1784
1786
- type : integer
1785
1787
- type : string
1788
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTIE]i)|[mkMGTPE]|((\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1786
1789
x-kubernetes-int-or-string : true
1787
1790
description : ' Requests describes the minimum
1788
1791
amount of compute resources required.
@@ -2315,6 +2318,7 @@ spec:
2315
2318
description : Specifies the output
2316
2319
format of the exposed resources,
2317
2320
defaults to "1"
2321
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTIE]i)|[mkMGTPE]|((\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2318
2322
x-kubernetes-int-or-string : true
2319
2323
resource :
2320
2324
description : ' Required: resource
@@ -2979,6 +2983,7 @@ spec:
2979
2983
anyOf :
2980
2984
- type : integer
2981
2985
- type : string
2986
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTIE]i)|[mkMGTPE]|((\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2982
2987
x-kubernetes-int-or-string : true
2983
2988
description : ' Limits describes the maximum
2984
2989
amount of compute resources allowed. More
@@ -2989,6 +2994,7 @@ spec:
2989
2994
anyOf :
2990
2995
- type : integer
2991
2996
- type : string
2997
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTIE]i)|[mkMGTPE]|((\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2992
2998
x-kubernetes-int-or-string : true
2993
2999
description : ' Requests describes the minimum
2994
3000
amount of compute resources required.
@@ -3953,6 +3959,7 @@ spec:
3953
3959
description : Specifies the output
3954
3960
format of the exposed resources,
3955
3961
defaults to "1"
3962
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTIE]i)|[mkMGTPE]|((\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
3956
3963
x-kubernetes-int-or-string : true
3957
3964
resource :
3958
3965
description : ' Required: resource
@@ -3992,6 +3999,7 @@ spec:
3992
3999
a pod. The default is nil which means
3993
4000
that the limit is undefined. More info:
3994
4001
http://kubernetes.io/docs/user-guide/volumes#emptydir'
4002
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTIE]i)|[mkMGTPE]|((\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
3995
4003
x-kubernetes-int-or-string : true
3996
4004
type : object
3997
4005
fc :
@@ -4555,6 +4563,7 @@ spec:
4555
4563
the output format
4556
4564
of the exposed resources,
4557
4565
defaults to "1"
4566
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTIE]i)|[mkMGTPE]|((\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
4558
4567
x-kubernetes-int-or-string : true
4559
4568
resource :
4560
4569
description : ' Required:
0 commit comments