Skip to content
Docs Try Aspire

ReplicaSet Constructors

Class Constructors 1 member
Represents a Kubernetes ReplicaSet resource in the `apps/v1` API version.
Represents a Kubernetes ReplicaSet resource in the `apps/v1` API version.
public sealed class ReplicaSet
{
public ReplicaSet()
{
// ...
}
}
A ReplicaSet ensures that a specified number of pod replicas are running at any given time. It is commonly used to maintain the desired state of a workload by managing the lifecycle of pods.