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

AddonInfo

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

Information about an add-on.

interface AddonInfo {
addonName?: string | null;
addonVersions?: AddonVersionInfo[] | null;
type?: string | null;
}

§Properties

§
addonName?: string | null
[src]

The name of the add-on.

§
addonVersions?: AddonVersionInfo[] | null
[src]

An object that represents information about available add-on versions and compatible Kubernetes versions.

§
type?: string | null
[src]

The type of the add-on.