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