Share via


KubernetesServiceCustomizationAnnotation Constructor

Definition

Represents an annotation for customizing a Kubernetes service.

public KubernetesServiceCustomizationAnnotation(Action<Aspire.Hosting.Kubernetes.KubernetesResource> configure);
new Aspire.Hosting.Kubernetes.KubernetesServiceCustomizationAnnotation : Action<Aspire.Hosting.Kubernetes.KubernetesResource> -> Aspire.Hosting.Kubernetes.KubernetesServiceCustomizationAnnotation
Public Sub New (configure As Action(Of KubernetesResource))

Parameters

configure
Action<KubernetesResource>

The configuration action for customizing the Kubernetes service.

Remarks

Initializes a new instance of the KubernetesServiceCustomizationAnnotation class.

Applies to