Pod Preset List Args
data class PodPresetListArgs(val apiVersion: Output<String>? = null, val items: Output<List<PodPresetArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<PodPresetListArgs>
PodPresetList is a list of PodPreset objects.
Constructors
Link copied to clipboard
fun PodPresetListArgs(apiVersion: Output<String>? = null, items: Output<List<PodPresetArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)