Share via


TypedObjectReferenceV1.ApiGroup Property

Definition

Gets or sets the API group for the referenced resource. This typically specifies the group under which the Kubernetes resource is classified, for example, "apps", "core", or other custom 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