BareMetalLvpConfig

Specifies the configs for local persistent volumes (PVs).

JSON representation
{
  "path": string,
  "storageClass": string
}
Fields
path

string

Required. The host machine path.

storageClass

string

Required. The StorageClass name that PVs will be created with.