Share via


HelmChartMaintainer.Url Property

Definition

Gets or sets the URL associated with the Helm chart maintainer.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property specifies a web address related to the maintainer, such as a personal website, documentation, or a project repository URL. It is used for attribution or additional information about the maintainer.

Applies to