RoleRefV1.ApiGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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