@@ -1201,9 +1201,6 @@ spec:
12011201 volumes, optional for env vars'
12021202 type : string
12031203 divisor :
1204- anyOf :
1205- - type : integer
1206- - type : string
12071204 description : Specifies the output format of
12081205 the exposed resources, defaults to "1"
12091206 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
@@ -1501,9 +1498,6 @@ spec:
15011498 properties :
15021499 limits :
15031500 additionalProperties :
1504- anyOf :
1505- - type : integer
1506- - type : string
15071501 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
15081502 x-kubernetes-int-or-string : true
15091503 description : |-
@@ -1512,9 +1506,6 @@ spec:
15121506 type : object
15131507 requests :
15141508 additionalProperties :
1515- anyOf :
1516- - type : integer
1517- - type : string
15181509 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
15191510 x-kubernetes-int-or-string : true
15201511 description : |-
@@ -1762,9 +1753,6 @@ spec:
17621753 optional for env vars'
17631754 type : string
17641755 divisor :
1765- anyOf :
1766- - type : integer
1767- - type : string
17681756 description : Specifies the output format of
17691757 the exposed resources, defaults to "1"
17701758 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
@@ -2036,9 +2024,6 @@ spec:
20362024 for volumes, optional for env vars'
20372025 type : string
20382026 divisor :
2039- anyOf :
2040- - type : integer
2041- - type : string
20422027 description : Specifies the output format
20432028 of the exposed resources, defaults to
20442029 " 1"
@@ -2344,9 +2329,6 @@ spec:
23442329 x-kubernetes-list-type : map
23452330 limits :
23462331 additionalProperties :
2347- anyOf :
2348- - type : integer
2349- - type : string
23502332 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
23512333 x-kubernetes-int-or-string : true
23522334 description : |-
@@ -2355,9 +2337,6 @@ spec:
23552337 type : object
23562338 requests :
23572339 additionalProperties :
2358- anyOf :
2359- - type : integer
2360- - type : string
23612340 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
23622341 x-kubernetes-int-or-string : true
23632342 description : |-
@@ -2422,9 +2401,6 @@ spec:
24222401 x-kubernetes-list-type : map
24232402 limits :
24242403 additionalProperties :
2425- anyOf :
2426- - type : integer
2427- - type : string
24282404 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
24292405 x-kubernetes-int-or-string : true
24302406 description : |-
@@ -2433,9 +2409,6 @@ spec:
24332409 type : object
24342410 requests :
24352411 additionalProperties :
2436- anyOf :
2437- - type : integer
2438- - type : string
24392412 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
24402413 x-kubernetes-int-or-string : true
24412414 description : |-
@@ -2648,12 +2621,10 @@ spec:
26482621 type : array
26492622 x-kubernetes-list-type : set
26502623 name :
2651- allOf :
2652- - maxLength : 63
2653- - maxLength : 55
26542624 description : |-
26552625 The name of the directory in which to mount this volume.
26562626 Volumes are mounted in containers at `/volumes/{name}`.
2627+ maxLength : 55
26572628 minLength : 1
26582629 pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
26592630 type : string
0 commit comments