UNPKG

@gridscale/gsclient-js

Version:
12 lines 484 B
"use strict"; 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