BareMetalStorageConfigResponse

data class BareMetalStorageConfigResponse(val lvpNodeMountsConfig: BareMetalLvpConfigResponse, val lvpShareConfig: BareMetalLvpShareConfigResponse)

BareMetalStorageConfig specifies the cluster storage configuration.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.

Link copied to clipboard

Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.