Share via


ObjectMetaV1.Uid Property

Definition

Gets or sets the unique identifier (UID) of the Kubernetes resource.

[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

Remarks

This property is a globally unique identifier assigned to the resource by the Kubernetes system. It remains constant throughout the resource's lifecycle and is used to distinguish it from other resources, even if they share the same name and namespace.

Applies to