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.54 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.EndpointSlicePatch = exports.EndpointSliceList = exports.EndpointSlice = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../../utilities"); exports.EndpointSlice = null; utilities.lazyLoad(exports, ["EndpointSlice"], () => require("./endpointSlice")); exports.EndpointSliceList = null; utilities.lazyLoad(exports, ["EndpointSliceList"], () => require("./endpointSliceList")); exports.EndpointSlicePatch = null; utilities.lazyLoad(exports, ["EndpointSlicePatch"], () => require("./endpointSlicePatch")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "kubernetes:discovery.k8s.io/v1:EndpointSlice": return new exports.EndpointSlice(name, undefined, { urn }); case "kubernetes:discovery.k8s.io/v1:EndpointSliceList": return new exports.EndpointSliceList(name, undefined, { urn }); case "kubernetes:discovery.k8s.io/v1:EndpointSlicePatch": return new exports.EndpointSlicePatch(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("kubernetes", "discovery.k8s.io/v1", _module); //# sourceMappingURL=index.js.map