Replica Set Spec Patch
data class ReplicaSetSpecPatch(val minReadySeconds: Int? = null, val replicas: Int? = null, val selector: LabelSelectorPatch? = null, val template: PodTemplateSpecPatch? = null)
ReplicaSetSpec is the specification of a ReplicaSet.
Constructors
Link copied to clipboard
fun ReplicaSetSpecPatch(minReadySeconds: Int? = null, replicas: Int? = null, selector: LabelSelectorPatch? = null, template: PodTemplateSpecPatch? = null)