HelmChart.Home 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 of the Helm chart's home page or project website.
[YamlDotNet.Serialization.YamlMember(Alias="home")]
public string? Home { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="home")>]
member this.Home : string with get, set
Public Property Home As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property typically contains a reference to the home page or documentation site for the Helm chart, providing users with additional resources or information about the chart.