Replica Set List Args
data class ReplicaSetListArgs(val apiVersion: Output<String>? = null, val items: Output<List<ReplicaSetArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<ReplicaSetListArgs>
ReplicaSetList is a collection of ReplicaSets.
Constructors
Link copied to clipboard
fun ReplicaSetListArgs(apiVersion: Output<String>? = null, items: Output<List<ReplicaSetArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)