UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 220 B
export declare class ExportKubeConfigResponse { protected readonly _rawOutput: string; private readonly _kubeConfigContext; constructor(_rawOutput: string); get kubeConfigContext(): string | undefined; }