TypedObjectReferenceV1.Kind Property

Definition

Represents the type of the Kubernetes resource referenced. This property denotes the kind of the resource (e.g., Pod, Service, Deployment) being referred to, allowing identification of the specific resource type.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to