@pulumi/kubernetes
Version:
[](https://travis-ci.com/pulumi/pulumi-kubernetes) [](https://slack.pulumi.com) [![NPM
22 lines • 866 B
JavaScript
;
// *** 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.Chart = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../../utilities");
exports.Chart = null;
utilities.lazyLoad(exports, ["Chart"], () => require("./chart"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "kubernetes:helm.sh/v4:Chart":
return new exports.Chart(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("kubernetes", "helm.sh/v4", _module);
//# sourceMappingURL=index.js.map