Skip to content

Commit 294f3bc

Browse files
weltekialexellis
authored andcommitted
Update openfaas chart profile CRD
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent aae119e commit 294f3bc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

chart/openfaas/templates/openfaas.com_profiles-crd.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,13 @@ spec:
301301
items:
302302
type: string
303303
type: array
304+
x-kubernetes-list-type: atomic
304305
required:
305306
- key
306307
- operator
307308
type: object
308309
type: array
310+
x-kubernetes-list-type: atomic
309311
matchLabels:
310312
additionalProperties:
311313
type: string
@@ -381,11 +383,13 @@ spec:
381383
items:
382384
type: string
383385
type: array
386+
x-kubernetes-list-type: atomic
384387
required:
385388
- key
386389
- operator
387390
type: object
388391
type: array
392+
x-kubernetes-list-type: atomic
389393
matchLabels:
390394
additionalProperties:
391395
type: string
@@ -476,11 +480,13 @@ spec:
476480
items:
477481
type: string
478482
type: array
483+
x-kubernetes-list-type: atomic
479484
required:
480485
- key
481486
- operator
482487
type: object
483488
type: array
489+
x-kubernetes-list-type: atomic
484490
matchLabels:
485491
additionalProperties:
486492
type: string
@@ -555,11 +561,13 @@ spec:
555561
items:
556562
type: string
557563
type: array
564+
x-kubernetes-list-type: atomic
558565
required:
559566
- key
560567
- operator
561568
type: object
562569
type: array
570+
x-kubernetes-list-type: atomic
563571
matchLabels:
564572
additionalProperties:
565573
type: string
@@ -648,11 +656,13 @@ spec:
648656
items:
649657
type: string
650658
type: array
659+
x-kubernetes-list-type: atomic
651660
required:
652661
- key
653662
- operator
654663
type: object
655664
type: array
665+
x-kubernetes-list-type: atomic
656666
matchLabels:
657667
additionalProperties:
658668
type: string
@@ -728,11 +738,13 @@ spec:
728738
items:
729739
type: string
730740
type: array
741+
x-kubernetes-list-type: atomic
731742
required:
732743
- key
733744
- operator
734745
type: object
735746
type: array
747+
x-kubernetes-list-type: atomic
736748
matchLabels:
737749
additionalProperties:
738750
type: string
@@ -823,11 +835,13 @@ spec:
823835
items:
824836
type: string
825837
type: array
838+
x-kubernetes-list-type: atomic
826839
required:
827840
- key
828841
- operator
829842
type: object
830843
type: array
844+
x-kubernetes-list-type: atomic
831845
matchLabels:
832846
additionalProperties:
833847
type: string
@@ -902,11 +916,13 @@ spec:
902916
items:
903917
type: string
904918
type: array
919+
x-kubernetes-list-type: atomic
905920
required:
906921
- key
907922
- operator
908923
type: object
909924
type: array
925+
x-kubernetes-list-type: atomic
910926
matchLabels:
911927
additionalProperties:
912928
type: string
@@ -1177,6 +1193,13 @@ spec:
11771193
type: string
11781194
type: object
11791195
type: object
1196+
priorityClassName:
1197+
description: |-
1198+
If specified, indicates the function pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords
1199+
which indicate the highest priorities with the former being the highest priority.
1200+
Any other name must be defined by creating a PriorityClass object with that name.
1201+
If not specified, the function pod priority will be default or zero if there is no default.
1202+
type: string
11801203
resources:
11811204
description: |-
11821205
Resources allows customizing resource requests and limits for the function container.
@@ -1387,11 +1410,13 @@ spec:
13871410
items:
13881411
type: string
13891412
type: array
1413+
x-kubernetes-list-type: atomic
13901414
required:
13911415
- key
13921416
- operator
13931417
type: object
13941418
type: array
1419+
x-kubernetes-list-type: atomic
13951420
matchLabels:
13961421
additionalProperties:
13971422
type: string

0 commit comments

Comments
 (0)