HelmChartDescriptionAnnotation Constructors
Class Constructors 1 member
An annotation placed on a
KubernetesEnvironmentResource that specifies the Helm chart description written to the generated Chart.yaml. Constructor(ReferenceExpression) Section titled Constructor(ReferenceExpression) An annotation placed on a
KubernetesEnvironmentResource that specifies the Helm chart description written to the generated Chart.yaml. public sealed class HelmChartDescriptionAnnotation{ public HelmChartDescriptionAnnotation( ReferenceExpression description) { // ... }}Parameters
description ReferenceExpression A ApplicationModel.ReferenceExpression representing the chart description value.