Persistent Volume List Args
data class PersistentVolumeListArgs(val apiVersion: Output<String>? = null, val items: Output<List<PersistentVolumeArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<PersistentVolumeListArgs>
PersistentVolumeList is a list of PersistentVolume items.
Constructors
Link copied to clipboard
fun PersistentVolumeListArgs(apiVersion: Output<String>? = null, items: Output<List<PersistentVolumeArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)