mirror of
https://github.com/kubernetes/client-go.git
synced 2026-06-30 05:58:43 +00:00
Graduate SELinuxMount to GA
Kubernetes-commit: 8ad339756cdb0a130ff9b60427785d6b09906ccd
This commit is contained in:
committed by
Kubernetes Publisher
parent
c6c26a06ef
commit
fa1fbb56d8
@@ -121,11 +121,8 @@ type PodSecurityContextApplyConfiguration struct {
|
||||
// Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes
|
||||
// whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their
|
||||
// CSIDriver instance. Other volumes are always re-labelled recursively.
|
||||
// "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
||||
//
|
||||
// If not specified and SELinuxMount feature gate is enabled, "MountOption" is used.
|
||||
// If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes
|
||||
// and "Recursive" for all other volumes.
|
||||
// If not specified, "MountOption" is used.
|
||||
//
|
||||
// This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user