Share via


ResourceAttributesV1.Group Property

Definition

Gets or sets the API group of the Kubernetes resource. The group is a way to categorize resources in Kubernetes, typically used along with the resource and version to identify a specific API resource. Examples of API groups might include "apps", "core", or custom API groups defined by an extension.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to