Hierarchy (View Summary)

Constructors

Properties

_configMaps: Map<string, any> = ...
chartManager: ChartManager
configManager: ConfigManager
depManager: DependencyManager
helm: Helm
k8: K8
leaseManager: LeaseManager
localConfig: LocalConfig
logger?: SoloLogger
remoteConfigManager: RemoteConfigManager

Accessors

Methods

  • Dynamically builds a class with properties from the provided list of flags and extra properties, will keep track of which properties are used. Call getUnusedConfigs() to get an array of unused properties.

    Parameters

    • configName: string
    • flags: CommandFlag[]
    • extraProperties: string[] = []

    Returns object

  • created a json string to represent the map between the node keys and their ids output example '{"node-1": "0.0.3", "node-2": "0.004"}'

    Parameters

    Returns Promise<string>

  • Parameters

    • valuesFile: string
    • nodeAliases: NodeAliases
    • chainID: string
    • relayRelease: string
    • replicaCount: number
    • operatorID: string
    • operatorKey: string
    • namespace: string

    Returns Promise<string>