Replica Set Args
data class ReplicaSetArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<ReplicaSetSpecArgs>? = null, val status: Output<ReplicaSetStatusArgs>? = null) : ConvertibleToJava<ReplicaSetArgs>
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
Constructors
Link copied to clipboard
fun ReplicaSetArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, spec: Output<ReplicaSetSpecArgs>? = null, status: Output<ReplicaSetStatusArgs>? = null)