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