HelmChartMaintainer.Url 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 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.