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