Share via


PodSecurityContextV1.SupplementalGroupsPolicy Property

Definition

Specifies the policy for handling supplemental groups in the security context of a Kubernetes pod. This property determines how the system assigns or enforces supplemental groups for the containers within the pod. It allows for the control of additional group memberships that the container processes can utilize beyond the primary group.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to