@@ -301,11 +301,13 @@ spec:
301
301
items :
302
302
type : string
303
303
type : array
304
+ x-kubernetes-list-type : atomic
304
305
required :
305
306
- key
306
307
- operator
307
308
type : object
308
309
type : array
310
+ x-kubernetes-list-type : atomic
309
311
matchLabels :
310
312
additionalProperties :
311
313
type : string
@@ -381,11 +383,13 @@ spec:
381
383
items :
382
384
type : string
383
385
type : array
386
+ x-kubernetes-list-type : atomic
384
387
required :
385
388
- key
386
389
- operator
387
390
type : object
388
391
type : array
392
+ x-kubernetes-list-type : atomic
389
393
matchLabels :
390
394
additionalProperties :
391
395
type : string
@@ -476,11 +480,13 @@ spec:
476
480
items :
477
481
type : string
478
482
type : array
483
+ x-kubernetes-list-type : atomic
479
484
required :
480
485
- key
481
486
- operator
482
487
type : object
483
488
type : array
489
+ x-kubernetes-list-type : atomic
484
490
matchLabels :
485
491
additionalProperties :
486
492
type : string
@@ -555,11 +561,13 @@ spec:
555
561
items :
556
562
type : string
557
563
type : array
564
+ x-kubernetes-list-type : atomic
558
565
required :
559
566
- key
560
567
- operator
561
568
type : object
562
569
type : array
570
+ x-kubernetes-list-type : atomic
563
571
matchLabels :
564
572
additionalProperties :
565
573
type : string
@@ -648,11 +656,13 @@ spec:
648
656
items :
649
657
type : string
650
658
type : array
659
+ x-kubernetes-list-type : atomic
651
660
required :
652
661
- key
653
662
- operator
654
663
type : object
655
664
type : array
665
+ x-kubernetes-list-type : atomic
656
666
matchLabels :
657
667
additionalProperties :
658
668
type : string
@@ -728,11 +738,13 @@ spec:
728
738
items :
729
739
type : string
730
740
type : array
741
+ x-kubernetes-list-type : atomic
731
742
required :
732
743
- key
733
744
- operator
734
745
type : object
735
746
type : array
747
+ x-kubernetes-list-type : atomic
736
748
matchLabels :
737
749
additionalProperties :
738
750
type : string
@@ -823,11 +835,13 @@ spec:
823
835
items :
824
836
type : string
825
837
type : array
838
+ x-kubernetes-list-type : atomic
826
839
required :
827
840
- key
828
841
- operator
829
842
type : object
830
843
type : array
844
+ x-kubernetes-list-type : atomic
831
845
matchLabels :
832
846
additionalProperties :
833
847
type : string
@@ -902,11 +916,13 @@ spec:
902
916
items :
903
917
type : string
904
918
type : array
919
+ x-kubernetes-list-type : atomic
905
920
required :
906
921
- key
907
922
- operator
908
923
type : object
909
924
type : array
925
+ x-kubernetes-list-type : atomic
910
926
matchLabels :
911
927
additionalProperties :
912
928
type : string
@@ -1177,6 +1193,13 @@ spec:
1177
1193
type : string
1178
1194
type : object
1179
1195
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
1180
1203
resources :
1181
1204
description : |-
1182
1205
Resources allows customizing resource requests and limits for the function container.
@@ -1387,11 +1410,13 @@ spec:
1387
1410
items :
1388
1411
type : string
1389
1412
type : array
1413
+ x-kubernetes-list-type : atomic
1390
1414
required :
1391
1415
- key
1392
1416
- operator
1393
1417
type : object
1394
1418
type : array
1419
+ x-kubernetes-list-type : atomic
1395
1420
matchLabels :
1396
1421
additionalProperties :
1397
1422
type : string
0 commit comments