Replica Set Spec Args
data class ReplicaSetSpecArgs(val minReadySeconds: Output<Int>? = null, val replicas: Output<Int>? = null, val selector: Output<LabelSelectorArgs>, val template: Output<PodTemplateSpecArgs>? = null) : ConvertibleToJava<ReplicaSetSpecArgs>
ReplicaSetSpec is the specification of a ReplicaSet.
Constructors
Link copied to clipboard
fun ReplicaSetSpecArgs(minReadySeconds: Output<Int>? = null, replicas: Output<Int>? = null, selector: Output<LabelSelectorArgs>, template: Output<PodTemplateSpecArgs>? = null)