mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-15 03:33:11 +00:00
proc mount: drop featuregate note on API
Signed-off-by: Peter Hunt <pehunt@redhat.com> Kubernetes-commit: 389825754c8d3fe4292c38facc0bbb80ec8efdfd
This commit is contained in:
committed by
Kubernetes Publisher
parent
9dc763689d
commit
c73e37f377
@@ -83,7 +83,6 @@ type SecurityContextApplyConfiguration struct {
|
||||
// procMount denotes the type of proc mount to use for the containers.
|
||||
// The default value is Default which uses the container runtime defaults for
|
||||
// readonly paths and masked paths.
|
||||
// This requires the ProcMountType feature flag to be enabled.
|
||||
// Note that this field cannot be set when spec.os.name is windows.
|
||||
ProcMount *corev1.ProcMountType `json:"procMount,omitempty"`
|
||||
// The seccomp options to use by this container. If seccomp options are
|
||||
|
||||
Reference in New Issue
Block a user