ObjectMetaV1.Annotations 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.
Represents a collection of annotations associated with a Kubernetes object metadata.
[YamlDotNet.Serialization.YamlMember(Alias="annotations")]
public System.Collections.Generic.Dictionary<string,string> Annotations { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="annotations")>]
member this.Annotations : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Annotations As Dictionary(Of String, String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
Annotations are key-value pairs used to store arbitrary non-identifying information about an object. They can be utilized by external tooling or for informational purposes. Unlike labels, annotations are not used to identify or group resources.