Share via


PodSecurityContextV1.FsGroupChangePolicy Property

Definition

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

Applies to