ReplicaSet Properties
Class Properties 1 member
Represents a Kubernetes ReplicaSet resource in the `apps/v1` API version.
Gets or sets the specification that describes the desired behavior of the ReplicaSet resource.
public ReplicaSetSpecV1 Spec { get; set; }Remarks
The specification defines the desired state, including replica count, pod templates, and label selector, for the Kubernetes ReplicaSet to maintain the specified number of pod replicas.