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

BareMetalLvpConfig

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

Specifies the configs for local persistent volumes (PVs).

interface BareMetalLvpConfig {
path?: string;
storageClass?: string;
}

§Properties

§
path?: string
[src]

Required. The host machine path.

§
storageClass?: string
[src]

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