Share via


HelmChartMaintainer Class

Definition

Represents a maintainer of a Helm Chart as specified in the chart.yaml file.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class HelmChartMaintainer
[<YamlDotNet.Serialization.YamlSerializable>]
type HelmChartMaintainer = class
Public NotInheritable Class HelmChartMaintainer
Inheritance
HelmChartMaintainer
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Remarks

This class holds metadata about a maintainer of a Helm chart, including their name, email, and optional URL. It is typically used in the list of maintainers within the Helm chart metadata structure.

Constructors

HelmChartMaintainer()

Properties

Email

Gets or sets the email address of the maintainer for the Helm chart.

Name

Gets or sets the name of the Helm chart maintainer.

Url

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

Applies to