File tree 4 files changed +297
-23
lines changed
4 files changed +297
-23
lines changed Original file line number Diff line number Diff line change @@ -569,6 +569,15 @@ spec:
569
569
user :
570
570
type : string
571
571
type : object
572
+ seccompProfile :
573
+ properties :
574
+ localhostProfile :
575
+ type : string
576
+ type :
577
+ type : string
578
+ required :
579
+ - type
580
+ type : object
572
581
windowsOptions :
573
582
properties :
574
583
gmsaCredentialSpec :
@@ -751,6 +760,15 @@ spec:
751
760
user :
752
761
type : string
753
762
type : object
763
+ seccompProfile :
764
+ properties :
765
+ localhostProfile :
766
+ type : string
767
+ type :
768
+ type : string
769
+ required :
770
+ - type
771
+ type : object
754
772
supplementalGroups :
755
773
items :
756
774
format : int64
@@ -975,6 +993,77 @@ spec:
975
993
sizeLimit :
976
994
type : string
977
995
type : object
996
+ ephemeral :
997
+ properties :
998
+ readOnly :
999
+ type : boolean
1000
+ volumeClaimTemplate :
1001
+ properties :
1002
+ metadata :
1003
+ type : object
1004
+ spec :
1005
+ properties :
1006
+ accessModes :
1007
+ items :
1008
+ type : string
1009
+ type : array
1010
+ dataSource :
1011
+ properties :
1012
+ apiGroup :
1013
+ type : string
1014
+ kind :
1015
+ type : string
1016
+ name :
1017
+ type : string
1018
+ required :
1019
+ - kind
1020
+ - name
1021
+ type : object
1022
+ resources :
1023
+ properties :
1024
+ limits :
1025
+ additionalProperties :
1026
+ type : string
1027
+ type : object
1028
+ requests :
1029
+ additionalProperties :
1030
+ type : string
1031
+ type : object
1032
+ type : object
1033
+ selector :
1034
+ properties :
1035
+ matchExpressions :
1036
+ items :
1037
+ properties :
1038
+ key :
1039
+ type : string
1040
+ operator :
1041
+ type : string
1042
+ values :
1043
+ items :
1044
+ type : string
1045
+ type : array
1046
+ required :
1047
+ - key
1048
+ - operator
1049
+ type : object
1050
+ type : array
1051
+ matchLabels :
1052
+ additionalProperties :
1053
+ type : string
1054
+ type : object
1055
+ type : object
1056
+ storageClassName :
1057
+ type : string
1058
+ volumeMode :
1059
+ type : string
1060
+ volumeName :
1061
+ type : string
1062
+ type : object
1063
+ required :
1064
+ - spec
1065
+ type : object
1066
+ type : object
978
1067
fc :
979
1068
properties :
980
1069
fsType :
@@ -1245,8 +1334,6 @@ spec:
1245
1334
type : object
1246
1335
type : object
1247
1336
type : array
1248
- required :
1249
- - sources
1250
1337
type : object
1251
1338
quobyte :
1252
1339
properties :
@@ -1819,6 +1906,15 @@ spec:
1819
1906
user :
1820
1907
type : string
1821
1908
type : object
1909
+ seccompProfile :
1910
+ properties :
1911
+ localhostProfile :
1912
+ type : string
1913
+ type :
1914
+ type : string
1915
+ required :
1916
+ - type
1917
+ type : object
1822
1918
windowsOptions :
1823
1919
properties :
1824
1920
gmsaCredentialSpec :
@@ -2014,6 +2110,15 @@ spec:
2014
2110
user :
2015
2111
type : string
2016
2112
type : object
2113
+ seccompProfile :
2114
+ properties :
2115
+ localhostProfile :
2116
+ type : string
2117
+ type :
2118
+ type : string
2119
+ required :
2120
+ - type
2121
+ type : object
2017
2122
supplementalGroups :
2018
2123
items :
2019
2124
format : int64
@@ -2438,6 +2543,15 @@ spec:
2438
2543
user :
2439
2544
type : string
2440
2545
type : object
2546
+ seccompProfile :
2547
+ properties :
2548
+ localhostProfile :
2549
+ type : string
2550
+ type :
2551
+ type : string
2552
+ required :
2553
+ - type
2554
+ type : object
2441
2555
windowsOptions :
2442
2556
properties :
2443
2557
gmsaCredentialSpec :
@@ -2877,6 +2991,77 @@ spec:
2877
2991
sizeLimit :
2878
2992
type : string
2879
2993
type : object
2994
+ ephemeral :
2995
+ properties :
2996
+ readOnly :
2997
+ type : boolean
2998
+ volumeClaimTemplate :
2999
+ properties :
3000
+ metadata :
3001
+ type : object
3002
+ spec :
3003
+ properties :
3004
+ accessModes :
3005
+ items :
3006
+ type : string
3007
+ type : array
3008
+ dataSource :
3009
+ properties :
3010
+ apiGroup :
3011
+ type : string
3012
+ kind :
3013
+ type : string
3014
+ name :
3015
+ type : string
3016
+ required :
3017
+ - kind
3018
+ - name
3019
+ type : object
3020
+ resources :
3021
+ properties :
3022
+ limits :
3023
+ additionalProperties :
3024
+ type : string
3025
+ type : object
3026
+ requests :
3027
+ additionalProperties :
3028
+ type : string
3029
+ type : object
3030
+ type : object
3031
+ selector :
3032
+ properties :
3033
+ matchExpressions :
3034
+ items :
3035
+ properties :
3036
+ key :
3037
+ type : string
3038
+ operator :
3039
+ type : string
3040
+ values :
3041
+ items :
3042
+ type : string
3043
+ type : array
3044
+ required :
3045
+ - key
3046
+ - operator
3047
+ type : object
3048
+ type : array
3049
+ matchLabels :
3050
+ additionalProperties :
3051
+ type : string
3052
+ type : object
3053
+ type : object
3054
+ storageClassName :
3055
+ type : string
3056
+ volumeMode :
3057
+ type : string
3058
+ volumeName :
3059
+ type : string
3060
+ type : object
3061
+ required :
3062
+ - spec
3063
+ type : object
3064
+ type : object
2880
3065
fc :
2881
3066
properties :
2882
3067
fsType :
@@ -3147,8 +3332,6 @@ spec:
3147
3332
type : object
3148
3333
type : object
3149
3334
type : array
3150
- required :
3151
- - sources
3152
3335
type : object
3153
3336
quobyte :
3154
3337
properties :
@@ -3716,6 +3899,15 @@ spec:
3716
3899
user :
3717
3900
type : string
3718
3901
type : object
3902
+ seccompProfile :
3903
+ properties :
3904
+ localhostProfile :
3905
+ type : string
3906
+ type :
3907
+ type : string
3908
+ required :
3909
+ - type
3910
+ type : object
3719
3911
windowsOptions :
3720
3912
properties :
3721
3913
gmsaCredentialSpec :
@@ -3908,6 +4100,15 @@ spec:
3908
4100
user :
3909
4101
type : string
3910
4102
type : object
4103
+ seccompProfile :
4104
+ properties :
4105
+ localhostProfile :
4106
+ type : string
4107
+ type :
4108
+ type : string
4109
+ required :
4110
+ - type
4111
+ type : object
3911
4112
supplementalGroups :
3912
4113
items :
3913
4114
format : int64
@@ -4332,6 +4533,15 @@ spec:
4332
4533
user :
4333
4534
type : string
4334
4535
type : object
4536
+ seccompProfile :
4537
+ properties :
4538
+ localhostProfile :
4539
+ type : string
4540
+ type :
4541
+ type : string
4542
+ required :
4543
+ - type
4544
+ type : object
4335
4545
windowsOptions :
4336
4546
properties :
4337
4547
gmsaCredentialSpec :
@@ -4771,6 +4981,77 @@ spec:
4771
4981
sizeLimit :
4772
4982
type : string
4773
4983
type : object
4984
+ ephemeral :
4985
+ properties :
4986
+ readOnly :
4987
+ type : boolean
4988
+ volumeClaimTemplate :
4989
+ properties :
4990
+ metadata :
4991
+ type : object
4992
+ spec :
4993
+ properties :
4994
+ accessModes :
4995
+ items :
4996
+ type : string
4997
+ type : array
4998
+ dataSource :
4999
+ properties :
5000
+ apiGroup :
5001
+ type : string
5002
+ kind :
5003
+ type : string
5004
+ name :
5005
+ type : string
5006
+ required :
5007
+ - kind
5008
+ - name
5009
+ type : object
5010
+ resources :
5011
+ properties :
5012
+ limits :
5013
+ additionalProperties :
5014
+ type : string
5015
+ type : object
5016
+ requests :
5017
+ additionalProperties :
5018
+ type : string
5019
+ type : object
5020
+ type : object
5021
+ selector :
5022
+ properties :
5023
+ matchExpressions :
5024
+ items :
5025
+ properties :
5026
+ key :
5027
+ type : string
5028
+ operator :
5029
+ type : string
5030
+ values :
5031
+ items :
5032
+ type : string
5033
+ type : array
5034
+ required :
5035
+ - key
5036
+ - operator
5037
+ type : object
5038
+ type : array
5039
+ matchLabels :
5040
+ additionalProperties :
5041
+ type : string
5042
+ type : object
5043
+ type : object
5044
+ storageClassName :
5045
+ type : string
5046
+ volumeMode :
5047
+ type : string
5048
+ volumeName :
5049
+ type : string
5050
+ type : object
5051
+ required :
5052
+ - spec
5053
+ type : object
5054
+ type : object
4774
5055
fc :
4775
5056
properties :
4776
5057
fsType :
@@ -5041,8 +5322,6 @@ spec:
5041
5322
type : object
5042
5323
type : object
5043
5324
type : array
5044
- required :
5045
- - sources
5046
5325
type : object
5047
5326
quobyte :
5048
5327
properties :
You can’t perform that action at this time.
0 commit comments