UNPKG

@chimoney.io/iaas-k8s-deployment

Version:

Kubernetes Infrastructure as a Service deployment package for streamlined multi-cloud environments

10 lines 468 B
import * as pulumi from "@pulumi/pulumi"; import { ClusterLookupResult } from "../types/index.js"; export declare function createEksCluster(name: string, stack: string): { kubeconfig: pulumi.Output<any>; vpcId: pulumi.Output<string>; clusterName: pulumi.Output<string>; region: Promise<string>; }; export declare function lookupSharedEksClusterSync(sharedClusterName: string): pulumi.Output<ClusterLookupResult>; //# sourceMappingURL=aws-infra.d.ts.map