TypedLocalObjectReferenceV1.ApiGroup Property

Definition

Gets or sets the API group of the referent. This property specifies the group of the referenced Kubernetes resource. An empty string represents the core API group, and a null value indicates the defaulting behavior is configured.

[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