Bare Metal Storage Config Args
data class BareMetalStorageConfigArgs(val lvpNodeMountsConfig: Output<BareMetalLvpConfigArgs>, val lvpShareConfig: Output<BareMetalLvpShareConfigArgs>) : ConvertibleToJava<BareMetalStorageConfigArgs>
BareMetalStorageConfig specifies the cluster storage configuration.
Constructors
Link copied to clipboard
constructor(lvpNodeMountsConfig: Output<BareMetalLvpConfigArgs>, lvpShareConfig: Output<BareMetalLvpShareConfigArgs>)
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.