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

VmwarePlatformConfig

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

VmwarePlatformConfig represents configuration for the VMware platform.

interface VmwarePlatformConfig {
readonly bundles?: VmwareBundleConfig[];
readonly platformVersion?: string;
requiredPlatformVersion?: string;
readonly status?: ResourceStatus;
}

§Properties

§
readonly bundles?: VmwareBundleConfig[]
[src]

Output only. The list of bundles installed in the admin cluster.

§
readonly platformVersion?: string
[src]

Output only. The platform version e.g. 1.13.2.

§
requiredPlatformVersion?: string
[src]

Input only. The required platform version e.g. 1.13.1. If the current platform version is lower than the target version, the platform version will be updated to the target version. If the target version is not installed in the platform (bundle versions), download the target version bundle.

§
readonly status?: ResourceStatus
[src]

Output only. Resource status for the platform.