Share via


HelmChart.Annotations Property

Definition

Represents a collection of annotations associated with the Helm chart. These annotations provide metadata or additional information in the form of key-value pairs.

[YamlDotNet.Serialization.YamlMember(Alias="annotations")]
public System.Collections.Generic.Dictionary<string,string> Annotations { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="annotations")>]
member this.Annotations : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property Annotations As Dictionary(Of String, String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to