UNPKG

@hashgraph/solo

Version:

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

12 lines (11 loc) 496 B
import { NamespaceName } from '../../src/types/namespace/namespace-name.js'; export declare class HelmMetalLoadBalancer { static readonly NAMESPACE: NamespaceName; static readonly CHART_RELEASE_NAME: string; static readonly CHART_NAME: string; static readonly REPOSITORY_NAME: string; static readonly REPOSITORY_URL: string; static readonly INSTALL_ARGS: string; static readonly VERSION: string; static installMetalLoadBalancer(testName: string): Promise<void>; }