HelmChartMaintainer
Class sealed net10.0
Represents a maintainer of a Helm Chart as specified in the chart.yaml file.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class HelmChartMaintainer{ // ...}Remarks
Section titled 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.
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesEmailget; setstring Gets or sets the email address of the maintainer for the Helm chart.
Nameget; setstring Gets or sets the name of the Helm chart maintainer.
Urlget; setstring Gets or sets the URL associated with the Helm chart maintainer.