Pod List Args
data class PodListArgs(val apiVersion: Output<String>? = null, val items: Output<List<PodArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<PodListArgs>
PodList is a list of Pods.
Constructors
Link copied to clipboard
fun PodListArgs(apiVersion: Output<String>? = null, items: Output<List<PodArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)