66
66
resources :
67
67
description : Compute Resources required by this component
68
68
properties :
69
- limits :
70
- additionalProperties :
71
- anyOf :
72
- - type : integer
73
- - type : string
74
- pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
75
- x-kubernetes-int-or-string : true
76
- description : |-
77
- Limits describes the maximum amount of compute resources allowed.
78
- For more information, see: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
79
- type : object
80
69
requests :
81
70
additionalProperties :
82
71
anyOf :
98
87
resources :
99
88
description : Compute Resources required by this component
100
89
properties :
101
- limits :
102
- additionalProperties :
103
- anyOf :
104
- - type : integer
105
- - type : string
106
- pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
107
- x-kubernetes-int-or-string : true
108
- description : |-
109
- Limits describes the maximum amount of compute resources allowed.
110
- For more information, see: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
111
- type : object
112
90
requests :
113
91
additionalProperties :
114
92
anyOf :
@@ -130,17 +108,6 @@ spec:
130
108
resources :
131
109
description : Compute Resources required by this component
132
110
properties :
133
- limits :
134
- additionalProperties :
135
- anyOf :
136
- - type : integer
137
- - type : string
138
- pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
139
- x-kubernetes-int-or-string : true
140
- description : |-
141
- Limits describes the maximum amount of compute resources allowed.
142
- For more information, see: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
143
- type : object
144
111
requests :
145
112
additionalProperties :
146
113
anyOf :
@@ -163,17 +130,6 @@ spec:
163
130
resources :
164
131
description : Compute Resources required by this component
165
132
properties :
166
- limits :
167
- additionalProperties :
168
- anyOf :
169
- - type : integer
170
- - type : string
171
- pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
172
- x-kubernetes-int-or-string : true
173
- description : |-
174
- Limits describes the maximum amount of compute resources allowed.
175
- For more information, see: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
176
- type : object
177
133
requests :
178
134
additionalProperties :
179
135
anyOf :
@@ -195,17 +151,6 @@ spec:
195
151
resources :
196
152
description : Compute Resources required by this component
197
153
properties :
198
- limits :
199
- additionalProperties :
200
- anyOf :
201
- - type : integer
202
- - type : string
203
- pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
204
- x-kubernetes-int-or-string : true
205
- description : |-
206
- Limits describes the maximum amount of compute resources allowed.
207
- For more information, see: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
208
- type : object
209
154
requests :
210
155
additionalProperties :
211
156
anyOf :
0 commit comments