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/docs/api/v1.SecurityContextConstraints.adoc
+2
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ Expand or mouse-over a field for more information about it.
26
26
</div><div style="margin-left:13px;"><span title="(boolean) AllowPrivilegedContainer determines if a container can request to be run as privileged.">allowPrivilegedContainer</span>:
27
27
</div><details><summary><span title="(array) AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field maybe added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. To allow all capabilities you may use '*'.">allowedCapabilities</span>:
</div></details><details><summary><span title="(array) 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.">allowedFlexVolumes</span>:
30
+
</summary><div style="margin-left:13px;">- <span title="(string) Driver is the name of the Flexvolume driver.">driver</span>:
29
31
</div></details><div style="margin-left:13px;"><span title="(string) 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">apiVersion</span>:
30
32
</div><details><summary><span title="(array) DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capabiility in both DefaultAddCapabilities and RequiredDropCapabilities.">defaultAddCapabilities</span>:
Copy file name to clipboardexpand all lines: api/docs/apis-security.openshift.io/v1.SecurityContextConstraints.adoc
+2
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ Expand or mouse-over a field for more information about it.
26
26
</div><div style="margin-left:13px;"><span title="(boolean) AllowPrivilegedContainer determines if a container can request to be run as privileged.">allowPrivilegedContainer</span>:
27
27
</div><details><summary><span title="(array) AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field maybe added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. To allow all capabilities you may use '*'.">allowedCapabilities</span>:
</div></details><details><summary><span title="(array) 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.">allowedFlexVolumes</span>:
30
+
</summary><div style="margin-left:13px;">- <span title="(string) Driver is the name of the Flexvolume driver.">driver</span>:
29
31
</div></details><div style="margin-left:13px;"><span title="(string) 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">apiVersion</span>:
30
32
</div><details><summary><span title="(array) DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capabiility in both DefaultAddCapabilities and RequiredDropCapabilities.">defaultAddCapabilities</span>:
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.",
92192
92201
"properties": {
@@ -92459,6 +92468,7 @@
92459
92468
"allowedCapabilities",
92460
92469
"allowHostDirVolumePlugin",
92461
92470
"volumes",
92471
+
"allowedFlexVolumes",
92462
92472
"allowHostNetwork",
92463
92473
"allowHostPorts",
92464
92474
"allowHostPID",
@@ -92497,6 +92507,13 @@
92497
92507
"type": "string"
92498
92508
}
92499
92509
},
92510
+
"allowedFlexVolumes": {
92511
+
"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