UNPKG

@pulumi/kubernetes

Version:

[![Actions Status](https://github.com/pulumi/pulumi-kubernetes/workflows/main/badge.svg)](https://github.com/pulumi/pulumi-kubernetes/actions) [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https:/

42 lines 2.73 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/v1alpha1:FlowSchema": return new exports.FlowSchema(name, undefined, { urn }); case "kubernetes:flowcontrol.apiserver.k8s.io/v1alpha1:FlowSchemaList": return new exports.FlowSchemaList(name, undefined, { urn }); case "kubernetes:flowcontrol.apiserver.k8s.io/v1alpha1:FlowSchemaPatch": return new exports.FlowSchemaPatch(name, undefined, { urn }); case "kubernetes:flowcontrol.apiserver.k8s.io/v1alpha1:PriorityLevelConfiguration": return new exports.PriorityLevelConfiguration(name, undefined, { urn }); case "kubernetes:flowcontrol.apiserver.k8s.io/v1alpha1:PriorityLevelConfigurationList": return new exports.PriorityLevelConfigurationList(name, undefined, { urn }); case "kubernetes:flowcontrol.apiserver.k8s.io/v1alpha1:PriorityLevelConfigurationPatch": return new exports.PriorityLevelConfigurationPatch(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("kubernetes", "flowcontrol.apiserver.k8s.io/v1alpha1", _module); //# sourceMappingURL=index.js.map