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

Compatibility

import type { Compatibility } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";

Compatibility information.

interface Compatibility {
clusterVersion?: string | null;
defaultVersion?: boolean | null;
platformVersions?: string[] | null;
}

§Properties

§
clusterVersion?: string | null
[src]

The supported Kubernetes version of the cluster.

§
defaultVersion?: boolean | null
[src]

The supported default version.

§
platformVersions?: string[] | null
[src]

The supported compute platform.