UNPKG

@volcengine/pulumi

Version:

A Pulumi package for creating and managing volcengine cloud resources.

105 lines 6.78 kB
"use strict"; // *** 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.supportResourceTypesOutput = exports.supportResourceTypes = exports.supportAddonsOutput = exports.supportAddons = exports.permissionsOutput = exports.permissions = exports.Permission = exports.nodesOutput = exports.nodes = exports.nodePoolsOutput = exports.nodePools = exports.NodePool = exports.Node = exports.kubeconfigsOutput = exports.kubeconfigs = exports.Kubeconfig = exports.getSupportResourceTypesOutput = exports.getSupportResourceTypes = exports.getSupportAddonsOutput = exports.getSupportAddons = exports.getPermissionsOutput = exports.getPermissions = exports.getNodesOutput = exports.getNodes = exports.getNodePoolsOutput = exports.getNodePools = exports.getKubeconfigsOutput = exports.getKubeconfigs = exports.getClustersOutput = exports.getClusters = exports.getAddonsOutput = exports.getAddons = exports.DefaultNodePoolBatchAttach = exports.DefaultNodePool = exports.clustersOutput = exports.clusters = exports.Cluster = exports.addonsOutput = exports.addons = exports.Addon = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.Addon = null; utilities.lazyLoad(exports, ["Addon"], () => require("./addon")); exports.addons = null; exports.addonsOutput = null; utilities.lazyLoad(exports, ["addons", "addonsOutput"], () => require("./addons")); exports.Cluster = null; utilities.lazyLoad(exports, ["Cluster"], () => require("./cluster")); exports.clusters = null; exports.clustersOutput = null; utilities.lazyLoad(exports, ["clusters", "clustersOutput"], () => require("./clusters")); exports.DefaultNodePool = null; utilities.lazyLoad(exports, ["DefaultNodePool"], () => require("./defaultNodePool")); exports.DefaultNodePoolBatchAttach = null; utilities.lazyLoad(exports, ["DefaultNodePoolBatchAttach"], () => require("./defaultNodePoolBatchAttach")); exports.getAddons = null; exports.getAddonsOutput = null; utilities.lazyLoad(exports, ["getAddons", "getAddonsOutput"], () => require("./getAddons")); exports.getClusters = null; exports.getClustersOutput = null; utilities.lazyLoad(exports, ["getClusters", "getClustersOutput"], () => require("./getClusters")); exports.getKubeconfigs = null; exports.getKubeconfigsOutput = null; utilities.lazyLoad(exports, ["getKubeconfigs", "getKubeconfigsOutput"], () => require("./getKubeconfigs")); exports.getNodePools = null; exports.getNodePoolsOutput = null; utilities.lazyLoad(exports, ["getNodePools", "getNodePoolsOutput"], () => require("./getNodePools")); exports.getNodes = null; exports.getNodesOutput = null; utilities.lazyLoad(exports, ["getNodes", "getNodesOutput"], () => require("./getNodes")); exports.getPermissions = null; exports.getPermissionsOutput = null; utilities.lazyLoad(exports, ["getPermissions", "getPermissionsOutput"], () => require("./getPermissions")); exports.getSupportAddons = null; exports.getSupportAddonsOutput = null; utilities.lazyLoad(exports, ["getSupportAddons", "getSupportAddonsOutput"], () => require("./getSupportAddons")); exports.getSupportResourceTypes = null; exports.getSupportResourceTypesOutput = null; utilities.lazyLoad(exports, ["getSupportResourceTypes", "getSupportResourceTypesOutput"], () => require("./getSupportResourceTypes")); exports.Kubeconfig = null; utilities.lazyLoad(exports, ["Kubeconfig"], () => require("./kubeconfig")); exports.kubeconfigs = null; exports.kubeconfigsOutput = null; utilities.lazyLoad(exports, ["kubeconfigs", "kubeconfigsOutput"], () => require("./kubeconfigs")); exports.Node = null; utilities.lazyLoad(exports, ["Node"], () => require("./node")); exports.NodePool = null; utilities.lazyLoad(exports, ["NodePool"], () => require("./nodePool")); exports.nodePools = null; exports.nodePoolsOutput = null; utilities.lazyLoad(exports, ["nodePools", "nodePoolsOutput"], () => require("./nodePools")); exports.nodes = null; exports.nodesOutput = null; utilities.lazyLoad(exports, ["nodes", "nodesOutput"], () => require("./nodes")); exports.Permission = null; utilities.lazyLoad(exports, ["Permission"], () => require("./permission")); exports.permissions = null; exports.permissionsOutput = null; utilities.lazyLoad(exports, ["permissions", "permissionsOutput"], () => require("./permissions")); exports.supportAddons = null; exports.supportAddonsOutput = null; utilities.lazyLoad(exports, ["supportAddons", "supportAddonsOutput"], () => require("./supportAddons")); exports.supportResourceTypes = null; exports.supportResourceTypesOutput = null; utilities.lazyLoad(exports, ["supportResourceTypes", "supportResourceTypesOutput"], () => require("./supportResourceTypes")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "volcengine:vke/addon:Addon": return new exports.Addon(name, undefined, { urn }); case "volcengine:vke/cluster:Cluster": return new exports.Cluster(name, undefined, { urn }); case "volcengine:vke/defaultNodePool:DefaultNodePool": return new exports.DefaultNodePool(name, undefined, { urn }); case "volcengine:vke/defaultNodePoolBatchAttach:DefaultNodePoolBatchAttach": return new exports.DefaultNodePoolBatchAttach(name, undefined, { urn }); case "volcengine:vke/kubeconfig:Kubeconfig": return new exports.Kubeconfig(name, undefined, { urn }); case "volcengine:vke/node:Node": return new exports.Node(name, undefined, { urn }); case "volcengine:vke/nodePool:NodePool": return new exports.NodePool(name, undefined, { urn }); case "volcengine:vke/permission:Permission": return new exports.Permission(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("volcengine", "vke/addon", _module); pulumi.runtime.registerResourceModule("volcengine", "vke/cluster", _module); pulumi.runtime.registerResourceModule("volcengine", "vke/defaultNodePool", _module); pulumi.runtime.registerResourceModule("volcengine", "vke/defaultNodePoolBatchAttach", _module); pulumi.runtime.registerResourceModule("volcengine", "vke/kubeconfig", _module); pulumi.runtime.registerResourceModule("volcengine", "vke/node", _module); pulumi.runtime.registerResourceModule("volcengine", "vke/nodePool", _module); pulumi.runtime.registerResourceModule("volcengine", "vke/permission", _module); //# sourceMappingURL=index.js.map