UNPKG

@hashgraph/solo

Version:

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

10 lines 248 B
// SPDX-License-Identifier: Apache-2.0 export class KindKubeConfigCluster { cluster; name; constructor(cluster, name) { this.cluster = cluster; this.name = name; } } //# sourceMappingURL=kind-kubeconfig-custer.js.map