Share via


HelmChart.Type Property

Definition

Specifies the type of the Helm Chart. This property is optional and can be used to define the classification or category of the Helm Chart, such as application, library, or a custom type.

[YamlDotNet.Serialization.YamlMember(Alias="type")]
public string? Type { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="type")>]
member this.Type : string with get, set
Public Property Type As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to