ObjectMetaV1.Uid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.