KubernetesServiceCustomizationAnnotation Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.