1 instantiation of StatefulSet
Aspire.Hosting.Kubernetes (1)
Extensions\ResourceExtensions.cs (1)
41
var statefulSet = new
StatefulSet
6 references to StatefulSet
Aspire.Hosting.Kubernetes (6)
Extensions\ResourceExtensions.cs (2)
39
internal static
StatefulSet
ToStatefulSet(this IResource resource, KubernetesResource context)
41
var
statefulSet = new StatefulSet
KubernetesResource.cs (4)
34
/// <see cref="KubernetesResource"/> instances can be associated with either a <see cref="
StatefulSet
"/> or a <see cref="Deployment"/> resource.
39
/// Gets or sets the Kubernetes <see cref="
StatefulSet
"/> associated with this resource.
42
/// <see cref="KubernetesResource"/> instances can be associated with either a <see cref="
StatefulSet
"/> or a <see cref="Deployment"/> resource.
44
public
StatefulSet
? StatefulSet { get; set; }