File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
config/core/300-resources Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1181,6 +1181,11 @@ spec:
11811181 This is accessible behind a feature flag - kubernetes.podspec-volumes-hostpath
11821182 type : object
11831183 x-kubernetes-preserve-unknown-fields : true
1184+ image :
1185+ description : |-
1186+ This is accessible behind a feature flag - kubernetes.podspec-volumes-image
1187+ type : object
1188+ x-kubernetes-preserve-unknown-fields : true
11841189 name :
11851190 description : |-
11861191 name of the volume.
Original file line number Diff line number Diff line change @@ -1157,6 +1157,11 @@ spec:
11571157 This is accessible behind a feature flag - kubernetes.podspec-volumes-hostpath
11581158 type : object
11591159 x-kubernetes-preserve-unknown-fields : true
1160+ image :
1161+ description : |-
1162+ This is accessible behind a feature flag - kubernetes.podspec-volumes-image
1163+ type : object
1164+ x-kubernetes-preserve-unknown-fields : true
11601165 name :
11611166 description : |-
11621167 name of the volume.
Original file line number Diff line number Diff line change @@ -1199,6 +1199,11 @@ spec:
11991199 This is accessible behind a feature flag - kubernetes.podspec-volumes-hostpath
12001200 type : object
12011201 x-kubernetes-preserve-unknown-fields : true
1202+ image :
1203+ description : |-
1204+ This is accessible behind a feature flag - kubernetes.podspec-volumes-image
1205+ type : object
1206+ x-kubernetes-preserve-unknown-fields : true
12021207 name :
12031208 description : |-
12041209 name of the volume.
You can’t perform that action at this time.
0 commit comments