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