GetVolumesResult

data class GetVolumesResult(val id: String, val namespace: String? = null, val nodeId: String? = null, val pluginId: String? = null, val type: String? = null, val volumes: List<Map<String, String>>)

A collection of values returned by getVolumes.

Constructors

Link copied to clipboard
constructor(id: String, namespace: String? = null, nodeId: String? = null, pluginId: String? = null, type: String? = null, volumes: List<Map<String, String>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val namespace: String? = null

string Volume namespace.

Link copied to clipboard
val nodeId: String? = null
Link copied to clipboard
val pluginId: String? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard

list of maps a list of volumes in the cluster.