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