KubernetesResource.StatefulSet Property

Definition

Gets or sets the Kubernetes StatefulSet associated with this resource.

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

Property Value

Remarks

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

Applies to