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