KubernetesResource.Deployment Property
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.
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.