Skip to content
Docs Try Aspire
Docs Try

HelmChartNameAnnotation Constructors

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