Skip to content
Docs Try Aspire

ReplicaSetSpecV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
Defines the specification for a Kubernetes ReplicaSet.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ReplicaSetSpecV1
{
// ...
}
A ReplicaSet ensures that a specified number of pod replicas are running at any given time. This specification provides the desired state for a ReplicaSet, including pod templates, replica count, and label selectors.