@hashgraph/solo
    Preparing search index...

    Defines the core functionalities of 'node' command

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    chartManager?: ChartManager
    componentFactory?: ComponentFactoryApi
    configManager?: ConfigManager
    depManager?: DependencyManager
    helm?: HelmClient
    k8Factory?: K8Factory
    leaseManager?: LockManager
    logger?: SoloLogger
    taskList?: TaskList<any, ListrRendererValue, ListrRendererValue>

    Methods

    • stops and closes the port forwards

      • calls the accountManager.close()
      • for all portForwards, calls k8Factory.default().pods().readByReference(null).stopPortForward(srv)

      Returns Promise<void>

    • Parameters

      Returns Promise<
          {
              mirrorNamespace: string;
              mirrorNodeId: number;
              mirrorNodeReleaseName: string;
          },
      >

    • Returns a promise that invokes the shell command

      Parameters

      • cmd: string
      • arguments_: string[] = []
      • verbose: boolean = false
      • detached: boolean = false

      Returns Promise<string[]>

    • Prepare the values files map for each cluster

      Order of precedence:

      1. Chart's default values file (if chartDirectory is set)
      2. Profile values file
      3. User's values file

      Parameters

      • clusterReferences: ClusterReferences
      • OptionalchartDirectory: string

        the chart directory

      • OptionalprofileValuesFile: string

        the profile values file full path

      • OptionalvaluesFileInput: string

        the values file input string

      Returns Record<ClusterReferenceName, string>