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

42 lines 2.72 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.PriorityLevelConfigurationPatch = exports.PriorityLevelConfigurationList = exports.PriorityLevelConfiguration = exports.FlowSchemaPatch = exports.FlowSchemaList = exports.FlowSchema = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../../utilities"); exports.FlowSchema = null; utilities.lazyLoad(exports, ["FlowSchema"], () => require("./flowSchema")); exports.FlowSchemaList = null; utilities.lazyLoad(exports, ["FlowSchemaList"], () => require("./flowSchemaList")); exports.FlowSchemaPatch = null; utilities.lazyLoad(exports, ["FlowSchemaPatch"], () => require("./flowSchemaPatch")); exports.PriorityLevelConfiguration = null; utilities.lazyLoad(exports, ["PriorityLevelConfiguration"], () => require("./priorityLevelConfiguration")); exports.PriorityLevelConfigurationList = null; utilities.lazyLoad(exports, ["PriorityLevelConfigurationList"], () => require("./priorityLevelConfigurationList")); exports.PriorityLevelConfigurationPatch = null; utilities.lazyLoad(exports, ["PriorityLevelConfigurationPatch"], () => require("./priorityLevelConfigurationPatch")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "kubernetes:flowcontrol.apiserver.k8s.io/v1beta3:FlowSchema": return new exports.FlowSchema(name, undefined, { urn }); case "kubernetes:flowcontrol.apiserver.k8s.io/v1beta3:FlowSchemaList": return new exports.FlowSchemaList(name, undefined, { urn }); case "kubernetes:flowcontrol.apiserver.k8s.io/v1beta3:FlowSchemaPatch": return new exports.FlowSchemaPatch(name, undefined, { urn }); case "kubernetes:flowcontrol.apiserver.k8s.io/v1beta3:PriorityLevelConfiguration": return new exports.PriorityLevelConfiguration(name, undefined, { urn }); case "kubernetes:flowcontrol.apiserver.k8s.io/v1beta3:PriorityLevelConfigurationList": return new exports.PriorityLevelConfigurationList(name, undefined, { urn }); case "kubernetes:flowcontrol.apiserver.k8s.io/v1beta3:PriorityLevelConfigurationPatch": return new exports.PriorityLevelConfigurationPatch(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("kubernetes", "flowcontrol.apiserver.k8s.io/v1beta3", _module); //# sourceMappingURL=index.js.map