@gridscale/gsclient-js
Version:
gridscale API Wrapper
12 lines • 484 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaasDeprecatedClusters = void 0;
const GridscaleObjects_1 = require("./GridscaleObjects");
class PaasDeprecatedClusters extends GridscaleObjects_1.GridscaleObjects {
constructor(_api) {
super(_api, '/objects/paas/deprecated_kubernetes_clusters');
this.api = _api;
}
}
exports.PaasDeprecatedClusters = PaasDeprecatedClusters;
//# sourceMappingURL=PaasDeprecatedClusters.js.map