SecurityContextV1.ProcMount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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