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:/

30 lines 1.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.HorizontalPodAutoscalerPatch = exports.HorizontalPodAutoscalerList = exports.HorizontalPodAutoscaler = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../../utilities"); exports.HorizontalPodAutoscaler = null; utilities.lazyLoad(exports, ["HorizontalPodAutoscaler"], () => require("./horizontalPodAutoscaler")); exports.HorizontalPodAutoscalerList = null; utilities.lazyLoad(exports, ["HorizontalPodAutoscalerList"], () => require("./horizontalPodAutoscalerList")); exports.HorizontalPodAutoscalerPatch = null; utilities.lazyLoad(exports, ["HorizontalPodAutoscalerPatch"], () => require("./horizontalPodAutoscalerPatch")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "kubernetes:autoscaling/v2beta1:HorizontalPodAutoscaler": return new exports.HorizontalPodAutoscaler(name, undefined, { urn }); case "kubernetes:autoscaling/v2beta1:HorizontalPodAutoscalerList": return new exports.HorizontalPodAutoscalerList(name, undefined, { urn }); case "kubernetes:autoscaling/v2beta1:HorizontalPodAutoscalerPatch": return new exports.HorizontalPodAutoscalerPatch(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("kubernetes", "autoscaling/v2beta1", _module); //# sourceMappingURL=index.js.map