@pulumi/eks
Version:
[](https://github.com/pulumi/pulumi-eks/actions/workflows/master.yml) [](https://slack.pulumi.com) [![n
32 lines (31 loc) • 1.91 kB
TypeScript
export { AddonArgs } from "./addon";
export type Addon = import("./addon").Addon;
export declare const Addon: typeof import("./addon").Addon;
export * from "./cluster";
export { ClusterCreationRoleProviderArgs } from "./clusterCreationRoleProvider";
export type ClusterCreationRoleProvider = import("./clusterCreationRoleProvider").ClusterCreationRoleProvider;
export declare const ClusterCreationRoleProvider: typeof import("./clusterCreationRoleProvider").ClusterCreationRoleProvider;
export * from "./clusterMixins";
export { ManagedNodeGroupArgs } from "./managedNodeGroup";
export type ManagedNodeGroup = import("./managedNodeGroup").ManagedNodeGroup;
export declare const ManagedNodeGroup: typeof import("./managedNodeGroup").ManagedNodeGroup;
export { NodeGroupArgs } from "./nodeGroup";
export type NodeGroup = import("./nodeGroup").NodeGroup;
export declare const NodeGroup: typeof import("./nodeGroup").NodeGroup;
export { NodeGroupSecurityGroupArgs } from "./nodeGroupSecurityGroup";
export type NodeGroupSecurityGroup = import("./nodeGroupSecurityGroup").NodeGroupSecurityGroup;
export declare const NodeGroupSecurityGroup: typeof import("./nodeGroupSecurityGroup").NodeGroupSecurityGroup;
export { NodeGroupV2Args } from "./nodeGroupV2";
export type NodeGroupV2 = import("./nodeGroupV2").NodeGroupV2;
export declare const NodeGroupV2: typeof import("./nodeGroupV2").NodeGroupV2;
export * from "./nodegroupMixins";
export { ProviderArgs } from "./provider";
export type Provider = import("./provider").Provider;
export declare const Provider: typeof import("./provider").Provider;
export * from "./storageclassMixins";
export { VpcCniAddonArgs } from "./vpcCniAddon";
export type VpcCniAddon = import("./vpcCniAddon").VpcCniAddon;
export declare const VpcCniAddon: typeof import("./vpcCniAddon").VpcCniAddon;
export * from "./types/enums";
import * as types from "./types";
export { types, };