UNPKG

@pulumi/kubernetes

Version:

[![Build Status](https://travis-ci.com/pulumi/pulumi-kubernetes.svg?token=eHg7Zp5zdDDJfTjY8ejq&branch=master)](https://travis-ci.com/pulumi/pulumi-kubernetes) [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM

78 lines 4.84 kB
"use strict"; // *** WARNING: this file was generated by pulumigen. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.StatefulSetPatch = exports.StatefulSetList = exports.StatefulSet = exports.ReplicaSetPatch = exports.ReplicaSetList = exports.ReplicaSet = exports.DeploymentPatch = exports.DeploymentList = exports.Deployment = exports.DaemonSetPatch = exports.DaemonSetList = exports.DaemonSet = exports.ControllerRevisionPatch = exports.ControllerRevisionList = exports.ControllerRevision = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../../utilities"); exports.ControllerRevision = null; utilities.lazyLoad(exports, ["ControllerRevision"], () => require("./controllerRevision")); exports.ControllerRevisionList = null; utilities.lazyLoad(exports, ["ControllerRevisionList"], () => require("./controllerRevisionList")); exports.ControllerRevisionPatch = null; utilities.lazyLoad(exports, ["ControllerRevisionPatch"], () => require("./controllerRevisionPatch")); exports.DaemonSet = null; utilities.lazyLoad(exports, ["DaemonSet"], () => require("./daemonSet")); exports.DaemonSetList = null; utilities.lazyLoad(exports, ["DaemonSetList"], () => require("./daemonSetList")); exports.DaemonSetPatch = null; utilities.lazyLoad(exports, ["DaemonSetPatch"], () => require("./daemonSetPatch")); exports.Deployment = null; utilities.lazyLoad(exports, ["Deployment"], () => require("./deployment")); exports.DeploymentList = null; utilities.lazyLoad(exports, ["DeploymentList"], () => require("./deploymentList")); exports.DeploymentPatch = null; utilities.lazyLoad(exports, ["DeploymentPatch"], () => require("./deploymentPatch")); exports.ReplicaSet = null; utilities.lazyLoad(exports, ["ReplicaSet"], () => require("./replicaSet")); exports.ReplicaSetList = null; utilities.lazyLoad(exports, ["ReplicaSetList"], () => require("./replicaSetList")); exports.ReplicaSetPatch = null; utilities.lazyLoad(exports, ["ReplicaSetPatch"], () => require("./replicaSetPatch")); exports.StatefulSet = null; utilities.lazyLoad(exports, ["StatefulSet"], () => require("./statefulSet")); exports.StatefulSetList = null; utilities.lazyLoad(exports, ["StatefulSetList"], () => require("./statefulSetList")); exports.StatefulSetPatch = null; utilities.lazyLoad(exports, ["StatefulSetPatch"], () => require("./statefulSetPatch")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "kubernetes:apps/v1beta2:ControllerRevision": return new exports.ControllerRevision(name, undefined, { urn }); case "kubernetes:apps/v1beta2:ControllerRevisionList": return new exports.ControllerRevisionList(name, undefined, { urn }); case "kubernetes:apps/v1beta2:ControllerRevisionPatch": return new exports.ControllerRevisionPatch(name, undefined, { urn }); case "kubernetes:apps/v1beta2:DaemonSet": return new exports.DaemonSet(name, undefined, { urn }); case "kubernetes:apps/v1beta2:DaemonSetList": return new exports.DaemonSetList(name, undefined, { urn }); case "kubernetes:apps/v1beta2:DaemonSetPatch": return new exports.DaemonSetPatch(name, undefined, { urn }); case "kubernetes:apps/v1beta2:Deployment": return new exports.Deployment(name, undefined, { urn }); case "kubernetes:apps/v1beta2:DeploymentList": return new exports.DeploymentList(name, undefined, { urn }); case "kubernetes:apps/v1beta2:DeploymentPatch": return new exports.DeploymentPatch(name, undefined, { urn }); case "kubernetes:apps/v1beta2:ReplicaSet": return new exports.ReplicaSet(name, undefined, { urn }); case "kubernetes:apps/v1beta2:ReplicaSetList": return new exports.ReplicaSetList(name, undefined, { urn }); case "kubernetes:apps/v1beta2:ReplicaSetPatch": return new exports.ReplicaSetPatch(name, undefined, { urn }); case "kubernetes:apps/v1beta2:StatefulSet": return new exports.StatefulSet(name, undefined, { urn }); case "kubernetes:apps/v1beta2:StatefulSetList": return new exports.StatefulSetList(name, undefined, { urn }); case "kubernetes:apps/v1beta2:StatefulSetPatch": return new exports.StatefulSetPatch(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("kubernetes", "apps/v1beta2", _module); //# sourceMappingURL=index.js.map