Pod Scheduling List Args
data class PodSchedulingListArgs(val apiVersion: Output<String>? = null, val items: Output<List<PodSchedulingArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<PodSchedulingListArgs>
PodSchedulingList is a collection of Pod scheduling objects.
Constructors
Link copied to clipboard
fun PodSchedulingListArgs(apiVersion: Output<String>? = null, items: Output<List<PodSchedulingArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)