@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
52 lines • 4.45 kB
TypeScript
export { AttachedClusterArgs, AttachedClusterState } from "./attachedCluster";
export type AttachedCluster = import("./attachedCluster").AttachedCluster;
export declare const AttachedCluster: typeof import("./attachedCluster").AttachedCluster;
export { AwsClusterArgs, AwsClusterState } from "./awsCluster";
export type AwsCluster = import("./awsCluster").AwsCluster;
export declare const AwsCluster: typeof import("./awsCluster").AwsCluster;
export { AwsNodePoolArgs, AwsNodePoolState } from "./awsNodePool";
export type AwsNodePool = import("./awsNodePool").AwsNodePool;
export declare const AwsNodePool: typeof import("./awsNodePool").AwsNodePool;
export { AzureClientArgs, AzureClientState } from "./azureClient";
export type AzureClient = import("./azureClient").AzureClient;
export declare const AzureClient: typeof import("./azureClient").AzureClient;
export { AzureClusterArgs, AzureClusterState } from "./azureCluster";
export type AzureCluster = import("./azureCluster").AzureCluster;
export declare const AzureCluster: typeof import("./azureCluster").AzureCluster;
export { AzureNodePoolArgs, AzureNodePoolState } from "./azureNodePool";
export type AzureNodePool = import("./azureNodePool").AzureNodePool;
export declare const AzureNodePool: typeof import("./azureNodePool").AzureNodePool;
export { ClusterArgs, ClusterState } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { GetAttachedInstallManifestArgs, GetAttachedInstallManifestResult, GetAttachedInstallManifestOutputArgs } from "./getAttachedInstallManifest";
export declare const getAttachedInstallManifest: typeof import("./getAttachedInstallManifest").getAttachedInstallManifest;
export declare const getAttachedInstallManifestOutput: typeof import("./getAttachedInstallManifest").getAttachedInstallManifestOutput;
export { GetAttachedVersionsArgs, GetAttachedVersionsResult, GetAttachedVersionsOutputArgs } from "./getAttachedVersions";
export declare const getAttachedVersions: typeof import("./getAttachedVersions").getAttachedVersions;
export declare const getAttachedVersionsOutput: typeof import("./getAttachedVersions").getAttachedVersionsOutput;
export { GetAwsVersionsArgs, GetAwsVersionsResult, GetAwsVersionsOutputArgs } from "./getAwsVersions";
export declare const getAwsVersions: typeof import("./getAwsVersions").getAwsVersions;
export declare const getAwsVersionsOutput: typeof import("./getAwsVersions").getAwsVersionsOutput;
export { GetAzureVersionsArgs, GetAzureVersionsResult, GetAzureVersionsOutputArgs } from "./getAzureVersions";
export declare const getAzureVersions: typeof import("./getAzureVersions").getAzureVersions;
export declare const getAzureVersionsOutput: typeof import("./getAzureVersions").getAzureVersionsOutput;
export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
export declare const getCluster: typeof import("./getCluster").getCluster;
export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
export { GetEngineVersionsArgs, GetEngineVersionsResult, GetEngineVersionsOutputArgs } from "./getEngineVersions";
export declare const getEngineVersions: typeof import("./getEngineVersions").getEngineVersions;
export declare const getEngineVersionsOutput: typeof import("./getEngineVersions").getEngineVersionsOutput;
export { GetRegistryImageArgs, GetRegistryImageResult, GetRegistryImageOutputArgs } from "./getRegistryImage";
export declare const getRegistryImage: typeof import("./getRegistryImage").getRegistryImage;
export declare const getRegistryImageOutput: typeof import("./getRegistryImage").getRegistryImageOutput;
export { GetRegistryRepositoryArgs, GetRegistryRepositoryResult, GetRegistryRepositoryOutputArgs } from "./getRegistryRepository";
export declare const getRegistryRepository: typeof import("./getRegistryRepository").getRegistryRepository;
export declare const getRegistryRepositoryOutput: typeof import("./getRegistryRepository").getRegistryRepositoryOutput;
export { NodePoolArgs, NodePoolState } from "./nodePool";
export type NodePool = import("./nodePool").NodePool;
export declare const NodePool: typeof import("./nodePool").NodePool;
export { RegistryArgs, RegistryState } from "./registry";
export type Registry = import("./registry").Registry;
export declare const Registry: typeof import("./registry").Registry;
//# sourceMappingURL=index.d.ts.map