@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
10 lines • 333 B
JavaScript
// SPDX-License-Identifier: Apache-2.0
export class KindKubeConfigClusterData {
certificateAuthorityData;
server;
constructor(certificateAuthorityData, server) {
this.certificateAuthorityData = certificateAuthorityData;
this.server = server;
}
}
//# sourceMappingURL=kind-kubeconfig-custer-data.js.map