Skip to content
DocsTry Aspire
DocsTry

HelmChartDescriptionAnnotation Constructors

ClassConstructors1 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)
{
// ...
}
}
descriptionReferenceExpressionA ApplicationModel.ReferenceExpression representing the chart description value.