KubernetesServiceCustomizationAnnotation Class
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 sealed class KubernetesServiceCustomizationAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type KubernetesServiceCustomizationAnnotation = class
interface IResourceAnnotation
Public NotInheritable Class KubernetesServiceCustomizationAnnotation
Implements IResourceAnnotation
- Inheritance
-
KubernetesServiceCustomizationAnnotation
- Implements
Remarks
Initializes a new instance of the KubernetesServiceCustomizationAnnotation class.
Constructors
KubernetesServiceCustomizationAnnotation(Action<KubernetesResource>) |
Represents an annotation for customizing a Kubernetes service. |
Properties
Configure |
Gets the configuration action for customizing the Kubernetes service. |