Pod Template List Args
data class PodTemplateListArgs(val apiVersion: Output<String>? = null, val items: Output<List<PodTemplateArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<PodTemplateListArgs>
PodTemplateList is a list of PodTemplates.
Constructors
Link copied to clipboard
fun PodTemplateListArgs(apiVersion: Output<String>? = null, items: Output<List<PodTemplateArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)