@kubernetes/client-node
Version:
NodeJS client for kubernetes
20 lines • 963 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./config"), exports);
tslib_1.__exportStar(require("./cache"), exports);
tslib_1.__exportStar(require("./api"), exports);
tslib_1.__exportStar(require("./attach"), exports);
tslib_1.__exportStar(require("./watch"), exports);
tslib_1.__exportStar(require("./exec"), exports);
tslib_1.__exportStar(require("./portforward"), exports);
tslib_1.__exportStar(require("./types"), exports);
tslib_1.__exportStar(require("./yaml"), exports);
tslib_1.__exportStar(require("./log"), exports);
tslib_1.__exportStar(require("./informer"), exports);
tslib_1.__exportStar(require("./top"), exports);
tslib_1.__exportStar(require("./object"), exports);
tslib_1.__exportStar(require("./cp"), exports);
tslib_1.__exportStar(require("./patch"), exports);
tslib_1.__exportStar(require("./metrics"), exports);
//# sourceMappingURL=index.js.map