ResourceAttributesV1.Group 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 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