HelmChart.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 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