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

VmwareStorageConfig

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

Specifies vSphere CSI components deployment config in the VMware user cluster.

interface VmwareStorageConfig {
vsphereCsiDisabled?: boolean;
}

§Properties

§
vsphereCsiDisabled?: boolean
[src]

Whether or not to deploy vSphere CSI components in the VMware user cluster. Enabled by default.