Share via


ObjectMetaV1.Annotations Property

Definition

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.

Applies to