@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
10 lines (9 loc) • 579 B
TypeScript
export { ClusterArgs, ClusterState } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { NodePoolArgs, NodePoolState } from "./nodePool";
export type NodePool = import("./nodePool").NodePool;
export declare const NodePool: typeof import("./nodePool").NodePool;
export { VpnConnectionArgs, VpnConnectionState } from "./vpnConnection";
export type VpnConnection = import("./vpnConnection").VpnConnection;
export declare const VpnConnection: typeof import("./vpnConnection").VpnConnection;