Share via


HelmChart.Icon Property

Definition

Gets or sets the URL pointing to the icon of the Helm chart. This property is typically used to display a visual representation of the chart in user interfaces.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to