UNPKG

@pulumi/openstack

Version:

A Pulumi package for creating and managing OpenStack cloud resources.

19 lines (18 loc) 1.45 kB
export { ClusterArgs, ClusterState } from "./cluster"; export type Cluster = import("./cluster").Cluster; export declare const Cluster: typeof import("./cluster").Cluster; export { ClusterTemplateArgs, ClusterTemplateState } from "./clusterTemplate"; export type ClusterTemplate = import("./clusterTemplate").ClusterTemplate; export declare const ClusterTemplate: typeof import("./clusterTemplate").ClusterTemplate; export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster"; export declare const getCluster: typeof import("./getCluster").getCluster; export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput; export { GetClusterTemplateArgs, GetClusterTemplateResult, GetClusterTemplateOutputArgs } from "./getClusterTemplate"; export declare const getClusterTemplate: typeof import("./getClusterTemplate").getClusterTemplate; export declare const getClusterTemplateOutput: typeof import("./getClusterTemplate").getClusterTemplateOutput; export { GetNodeGroupArgs, GetNodeGroupResult, GetNodeGroupOutputArgs } from "./getNodeGroup"; export declare const getNodeGroup: typeof import("./getNodeGroup").getNodeGroup; export declare const getNodeGroupOutput: typeof import("./getNodeGroup").getNodeGroupOutput; export { NodeGroupArgs, NodeGroupState } from "./nodeGroup"; export type NodeGroup = import("./nodeGroup").NodeGroup; export declare const NodeGroup: typeof import("./nodeGroup").NodeGroup;