Share via


SubjectV1.ApiGroup Property

Definition

Gets or sets the API group of the subject in Kubernetes. This property specifies the group of the referenced resource, which is used to differentiate resources with the same kind or name belonging to different API groups.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to