Share via


PodSecurityContextV1.FsGroup Property

Definition

Gets or sets the file system group ID (fsGroup) to be applied to all volumes mounted in the pod if the volume's security policy supports it. The ownership of the volumes and permissions may be modified based on this ID to ensure the designated fsGroup has the required access.

[YamlDotNet.Serialization.YamlMember(Alias="fsGroup")]
public long? FsGroup { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="fsGroup")>]
member this.FsGroup : Nullable<int64> with get, set
Public Property FsGroup As Nullable(Of Long)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to