UNPKG

@hashgraph/solo

Version:

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

10 lines 258 B
// SPDX-License-Identifier: Apache-2.0 export class KindKubeConfigContextData { cluster; user; constructor(cluster, user) { this.cluster = cluster; this.user = user; } } //# sourceMappingURL=kind-kubeconfig-context-data.js.map