Share via


HelmChart.Keywords Property

Definition

Represents a collection of keywords associated with the Helm chart, providing descriptors or tags to categorize or identify the chart.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to