PodSecurityContextV1.FsGroupChangePolicy 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.
Gets or sets the policy that determines when to change the group ownership
of files within the volume mounted in a pod. It specifies how and when
Kubernetes manages the ownership change for the specified fsGroup
.
Possible values are typically "Always" or "OnRootMismatch".
[YamlDotNet.Serialization.YamlMember(Alias="fsGroupChangePolicy")]
public string FsGroupChangePolicy { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="fsGroupChangePolicy")>]
member this.FsGroupChangePolicy : string with get, set
Public Property FsGroupChangePolicy As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute