KubernetesResource.Deployment Property

Definition

Gets or sets the Kubernetes Deployment associated with this resource.

public Aspire.Hosting.Kubernetes.Resources.Deployment? Deployment { get; set; }
member this.Deployment : Aspire.Hosting.Kubernetes.Resources.Deployment with get, set
Public Property Deployment As Deployment

Property Value

Remarks

KubernetesResource instances can be associated with either a StatefulSet or a Deployment resource.

Applies to