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

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

  • Get the list of unused configurations that were not accessed

    Parameters

    • configName: string

    Returns string[]

    an array of unused configurations

  • Parameters

    • chartDir: string
    • chartRepo: string
    • chartReleaseName: string

    Returns Promise<string>

  • Setup home directories

    Parameters

    • dirs: string[] = ...

      a list of directories that need to be created in sequence

    Returns string[]