DynamicHostVolumeCapability

data class DynamicHostVolumeCapability(val accessMode: String, val attachmentMode: String)

Constructors

Link copied to clipboard
constructor(accessMode: String, attachmentMode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(string) - How the volume can be mounted by allocations. Refer to the `access_mode` documentation for details.

Link copied to clipboard

(string) - The storage API that will be used by the volume. Refer to the `attachment_mode` documentation.