Replica Set Spec
data class ReplicaSetSpec(val minReadySeconds: Int? = null, val replicas: Int? = null, val selector: LabelSelector? = null, val template: PodTemplateSpec? = null)
ReplicaSetSpec is the specification of a ReplicaSet.
Constructors
Link copied to clipboard
fun ReplicaSetSpec(minReadySeconds: Int? = null, replicas: Int? = null, selector: LabelSelector? = null, template: PodTemplateSpec? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors