@lbrlabs/pulumi-eks
Version:
This repo provides a [multi-language](https://www.pulumi.com/blog/pulumiup-pulumi-packages-multi-language-components/) component that creates a "batteries included" cluster ready for you to attach your EKS nodes to.
24 lines (23 loc) • 1.63 kB
TypeScript
export { AttachedFargateProfileArgs } from "./attachedFargateProfile";
export type AttachedFargateProfile = import("./attachedFargateProfile").AttachedFargateProfile;
export declare const AttachedFargateProfile: typeof import("./attachedFargateProfile").AttachedFargateProfile;
export { AttachedNodeGroupArgs } from "./attachedNodeGroup";
export type AttachedNodeGroup = import("./attachedNodeGroup").AttachedNodeGroup;
export declare const AttachedNodeGroup: typeof import("./attachedNodeGroup").AttachedNodeGroup;
export { AutoscaledNodeGroupArgs } from "./autoscaledNodeGroup";
export type AutoscaledNodeGroup = import("./autoscaledNodeGroup").AutoscaledNodeGroup;
export declare const AutoscaledNodeGroup: typeof import("./autoscaledNodeGroup").AutoscaledNodeGroup;
export { ClusterArgs } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { IamRoleMappingArgs } from "./iamRoleMapping";
export type IamRoleMapping = import("./iamRoleMapping").IamRoleMapping;
export declare const IamRoleMapping: typeof import("./iamRoleMapping").IamRoleMapping;
export { IamServiceAccountRoleArgs } from "./iamServiceAccountRole";
export type IamServiceAccountRole = import("./iamServiceAccountRole").IamServiceAccountRole;
export declare const IamServiceAccountRole: typeof import("./iamServiceAccountRole").IamServiceAccountRole;
export { ProviderArgs } from "./provider";
export type Provider = import("./provider").Provider;
export declare const Provider: typeof import("./provider").Provider;
import * as types from "./types";
export { types, };