@storm-software/k8s-tools
Version:
Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.
12 lines (8 loc) • 374 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true}); var _class;// src/types.ts
var AbstractHelmClient = (_class = class {constructor() { _class.prototype.__init.call(this); }
__init() {this.initialized = false}
async initialize() {
throw new Error("Method not implemented.");
}
}, _class);
exports.AbstractHelmClient = AbstractHelmClient;