KubernetesResource.StatefulSet 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 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.