Share via


HelmChart.Maintainers Property

Definition

Represents the list of maintainers for the Helm chart.

[YamlDotNet.Serialization.YamlMember(Alias="maintainers")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.HelmChartMaintainer> Maintainers { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="maintainers")>]
member this.Maintainers : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.HelmChartMaintainer> with get, set
Public Property Maintainers As List(Of HelmChartMaintainer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

Each maintainer is represented as a HelmChartMaintainer object. Maintainers typically include information such as name, email, and URL.

Applies to