Share via


SecurityContextV1.ProcMount Property

Definition

Defines the type of /proc mount to be used for a container in a Kubernetes Pod. This property allows specifying additional visibility or security constraints on the /proc filesystem, which can help manage access to system-level operations or information from within the container.

[YamlDotNet.Serialization.YamlMember(Alias="procMount")]
public string? ProcMount { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="procMount")>]
member this.ProcMount : string with get, set
Public Property ProcMount As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to