OwnerReferenceV1.Uid Property

Definition

Gets or sets the unique identifier (UID) of the owner. This value is used to uniquely distinguish the owner resource within a Kubernetes cluster.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to