BareMetalLvpConfigResponse

data class BareMetalLvpConfigResponse(val path: String, val storageClass: String)

Specifies the configs for local persistent volumes (PVs).

Constructors

Link copied to clipboard
fun BareMetalLvpConfigResponse(path: String, storageClass: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The host machine path.

Link copied to clipboard

The StorageClass name that PVs will be created with.