Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BareMetalStorageConfig

import type { BareMetalStorageConfig } from "https://googleapis.deno.dev/v1/gkeonprem:v1.ts";

BareMetalStorageConfig specifies the cluster storage configuration.

interface BareMetalStorageConfig {
lvpNodeMountsConfig?: BareMetalLvpConfig;
lvpShareConfig?: BareMetalLvpShareConfig;
}

§Properties

§
lvpNodeMountsConfig?: BareMetalLvpConfig
[src]

Required. 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.

§

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