UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getClusterlintDiagnostics = void 0; const getClusterlintDiagnostics = ({ httpClient, }) => ({ kubernetes_cluster_id, }) => { const url = `/kubernetes/clusters/${kubernetes_cluster_id}/clusterlint`; return httpClient.get(url); }; exports.getClusterlintDiagnostics = getClusterlintDiagnostics; //# sourceMappingURL=get-clusterlint-diagnostics.js.map