UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

12 lines 291 B
// SPDX-License-Identifier: Apache-2.0 export class K8ClientService { metadata; spec; status; constructor(metadata, spec, status) { this.metadata = metadata; this.spec = spec; this.status = status; } } //# sourceMappingURL=k8-client-service.js.map