Share via


RoleRefV1.ApiGroup Property

Definition

Gets or sets the API group associated with the Kubernetes resource. The API group is used to specify the group of the resource, allowing the use of resources across different API versions.

[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