You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/swagger-spec/api-v1.json
+18
Original file line number
Diff line number
Diff line change
@@ -22769,6 +22769,7 @@
22769
22769
"allowedCapabilities",
22770
22770
"allowHostDirVolumePlugin",
22771
22771
"volumes",
22772
+
"allowedFlexVolumes",
22772
22773
"allowHostNetwork",
22773
22774
"allowHostPorts",
22774
22775
"allowHostPID",
@@ -22829,6 +22830,13 @@
22829
22830
},
22830
22831
"description": "Volumes is a white list of allowed volume plugins. FSType corresponds directly with the field names of a VolumeSource (azureFile, configMap, emptyDir). To allow all volumes you may use \"*\". To allow no volumes, set to [\"none\"]."
22831
22832
},
22833
+
"allowedFlexVolumes": {
22834
+
"type": "array",
22835
+
"items": {
22836
+
"$ref": "v1.AllowedFlexVolume"
22837
+
},
22838
+
"description": "AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field."
22839
+
},
22832
22840
"allowHostNetwork": {
22833
22841
"type": "boolean",
22834
22842
"description": "AllowHostNetwork determines if the policy allows the use of HostNetwork in the pod spec."
@@ -22892,6 +22900,16 @@
22892
22900
"id": "v1.FSType",
22893
22901
"properties": {}
22894
22902
},
22903
+
"v1.AllowedFlexVolume": {
22904
+
"id": "v1.AllowedFlexVolume",
22905
+
"description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used.",
22906
+
"properties": {
22907
+
"driver": {
22908
+
"type": "string",
22909
+
"description": "Driver is the name of the Flexvolume driver."
22910
+
}
22911
+
}
22912
+
},
22895
22913
"v1.SELinuxContextStrategyOptions": {
22896
22914
"id": "v1.SELinuxContextStrategyOptions",
22897
22915
"description": "SELinuxContextStrategyOptions defines the strategy type and any options used to create the strategy.",
"description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.",
98860
98869
"properties": {
@@ -99127,6 +99136,7 @@
99127
99136
"allowedCapabilities",
99128
99137
"allowHostDirVolumePlugin",
99129
99138
"volumes",
99139
+
"allowedFlexVolumes",
99130
99140
"allowHostNetwork",
99131
99141
"allowHostPorts",
99132
99142
"allowHostPID",
@@ -99165,6 +99175,13 @@
99165
99175
"type": "string"
99166
99176
}
99167
99177
},
99178
+
"allowedFlexVolumes": {
99179
+
"description": "AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field.",
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources",
Description: "AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field.",
0 commit comments