@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
44 lines • 2.42 kB
JavaScript
;
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.workspacesOutput = exports.workspaces = exports.Workspace = exports.getWorkspacesOutput = exports.getWorkspaces = exports.getClustersOutput = exports.getClusters = exports.clustersOutput = exports.clusters = exports.ClusterBind = exports.Cluster = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.Cluster = null;
utilities.lazyLoad(exports, ["Cluster"], () => require("./cluster"));
exports.ClusterBind = null;
utilities.lazyLoad(exports, ["ClusterBind"], () => require("./clusterBind"));
exports.clusters = null;
exports.clustersOutput = null;
utilities.lazyLoad(exports, ["clusters", "clustersOutput"], () => require("./clusters"));
exports.getClusters = null;
exports.getClustersOutput = null;
utilities.lazyLoad(exports, ["getClusters", "getClustersOutput"], () => require("./getClusters"));
exports.getWorkspaces = null;
exports.getWorkspacesOutput = null;
utilities.lazyLoad(exports, ["getWorkspaces", "getWorkspacesOutput"], () => require("./getWorkspaces"));
exports.Workspace = null;
utilities.lazyLoad(exports, ["Workspace"], () => require("./workspace"));
exports.workspaces = null;
exports.workspacesOutput = null;
utilities.lazyLoad(exports, ["workspaces", "workspacesOutput"], () => require("./workspaces"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "volcengine:bioos/cluster:Cluster":
return new exports.Cluster(name, undefined, { urn });
case "volcengine:bioos/clusterBind:ClusterBind":
return new exports.ClusterBind(name, undefined, { urn });
case "volcengine:bioos/workspace:Workspace":
return new exports.Workspace(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("volcengine", "bioos/cluster", _module);
pulumi.runtime.registerResourceModule("volcengine", "bioos/clusterBind", _module);
pulumi.runtime.registerResourceModule("volcengine", "bioos/workspace", _module);
//# sourceMappingURL=index.js.map