UNPKG

@pulumi/harness

Version:

A Pulumi package for creating and managing Harness resources.

33 lines 1.85 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.OrchestratorConfig = exports.Orchestrator = exports.getOrchestratorConfigOutput = exports.getOrchestratorConfig = exports.getOrchestratorOutput = exports.getOrchestrator = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.getOrchestrator = null; exports.getOrchestratorOutput = null; utilities.lazyLoad(exports, ["getOrchestrator", "getOrchestratorOutput"], () => require("./getOrchestrator")); exports.getOrchestratorConfig = null; exports.getOrchestratorConfigOutput = null; utilities.lazyLoad(exports, ["getOrchestratorConfig", "getOrchestratorConfigOutput"], () => require("./getOrchestratorConfig")); exports.Orchestrator = null; utilities.lazyLoad(exports, ["Orchestrator"], () => require("./orchestrator")); exports.OrchestratorConfig = null; utilities.lazyLoad(exports, ["OrchestratorConfig"], () => require("./orchestratorConfig")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "harness:cluster/orchestrator:Orchestrator": return new exports.Orchestrator(name, undefined, { urn }); case "harness:cluster/orchestratorConfig:OrchestratorConfig": return new exports.OrchestratorConfig(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("harness", "cluster/orchestrator", _module); pulumi.runtime.registerResourceModule("harness", "cluster/orchestratorConfig", _module); //# sourceMappingURL=index.js.map