interface ExplorerDeployConfigClass {
    chartDirectory: string;
    clusterContext: string;
    clusterRef: string;
    clusterSetupNamespace: NamespaceName;
    enableHederaExplorerTls: boolean;
    enableIngress: boolean;
    getUnusedConfigs: () => string[];
    hederaExplorerStaticIp: string;
    hederaExplorerTlsHostName: string;
    hederaExplorerVersion: string;
    mirrorStaticIp: string;
    namespace: NamespaceName;
    profileFile: string;
    profileName: string;
    soloChartVersion: string;
    tlsClusterIssuerType: string;
    valuesArg: string;
    valuesFile: string;
}

Properties

chartDirectory: string
clusterContext: string
clusterRef: string
clusterSetupNamespace: NamespaceName
enableHederaExplorerTls: boolean
enableIngress: boolean
getUnusedConfigs: () => string[]
hederaExplorerStaticIp: string
hederaExplorerTlsHostName: string
hederaExplorerVersion: string
mirrorStaticIp: string
namespace: NamespaceName
profileFile: string
profileName: string
soloChartVersion: string
tlsClusterIssuerType: string
valuesArg: string
valuesFile: string