ObjectReferenceV1.Uid Property

Definition

Gets or sets the unique identifier (UID) of the referenced resource. This is a unique value assigned by Kubernetes to identify the resource instance.

[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