@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
118 lines (117 loc) • 4.33 kB
TypeScript
/**
* Dependency injection tokens
*/
export declare class InjectTokens {
static ComponentFactory: symbol;
static RemoteConfigValidator: symbol;
static LogLevel: symbol;
static DevelopmentMode: symbol;
static OsPlatform: symbol;
static OsArch: symbol;
static SystemAccounts: symbol;
static CacheDir: symbol;
static LockRenewalService: symbol;
static LockManager: symbol;
static SoloEventBus: symbol;
static K8Factory: symbol;
static SoloLogger: symbol;
static PackageDownloader: symbol;
static Zippy: symbol;
static Helm: symbol;
static KindBuilder: symbol;
static ChartManager: symbol;
static ConfigManager: symbol;
static AccountManager: symbol;
static PlatformInstaller: symbol;
static KeyManager: symbol;
static ProfileManager: symbol;
static CertificateManager: symbol;
static RemoteConfigRuntimeState: symbol;
static ClusterChecks: symbol;
static NetworkNodes: symbol;
static AccountCommand: symbol;
static FileCommand: symbol;
static ClusterCommand: symbol;
static NodeCommand: symbol;
static DeploymentCommand: symbol;
static ExplorerCommand: symbol;
static InitCommand: symbol;
static MirrorNodeCommand: symbol;
static NetworkCommand: symbol;
static RelayCommand: symbol;
static CacheCommand: symbol;
static ClusterCommandTasks: symbol;
static ClusterCommandHandlers: symbol;
static NodeCommandTasks: symbol;
static NodeCommandHandlers: symbol;
static ClusterCommandConfigs: symbol;
static NodeCommandConfigs: symbol;
static ErrorHandler: symbol;
static ObjectMapper: symbol;
static HelpRenderer: symbol;
static Middlewares: symbol;
static NpmClient: symbol;
static KeyFormatter: symbol;
static CommandInvoker: symbol;
static ConfigProvider: symbol;
static BlockNodeCommand: symbol;
static RapidFireCommand: symbol;
static LocalConfigFileName: symbol;
static LocalConfigSource: symbol;
static LocalConfigRuntimeState: symbol;
static HomeDirectory: symbol;
static OneShotCommand: symbol;
static OneShotState: symbol;
static TaskList: symbol;
static Commands: symbol;
static MetricsServer: symbol;
static BackupRestoreCommand: symbol;
static OsPackageManager: symbol;
static BrewPackageManager: symbol;
static AptGetPackageManager: symbol;
static ClusterTaskManager: symbol;
static GitClient: symbol;
static IgnorePodMetrics: symbol;
static PostgresSharedResource: symbol;
static SharedResourceManager: symbol;
static DependencyManager: symbol;
static HelmExecutionBuilder: symbol;
static HelmDependencyManager: symbol;
static KindDependencyManager: symbol;
static KubectlDependencyManager: symbol;
static PodmanDependencyManager: symbol;
static VfkitDependencyManager: symbol;
static GvproxyDependencyManager: symbol;
static CraneDependencyManager: symbol;
static HelmInstallationDirectory: symbol;
static KindInstallationDirectory: symbol;
static KubectlInstallationDirectory: symbol;
static PodmanInstallationDirectory: symbol;
static PodmanDependenciesInstallationDirectory: symbol;
static CraneInstallationDirectory: symbol;
static HelmVersion: symbol;
static KindVersion: symbol;
static KubectlVersion: symbol;
static PodmanVersion: symbol;
static VfkitVersion: symbol;
static GvproxyVersion: symbol;
static CraneVersion: symbol;
static CacheHandlerRegistry: symbol;
static CacheCatalogStore: symbol;
static CacheHealthInspector: symbol;
static ImageCacheHandlerBuilder: symbol;
static ContainerEngineClient: symbol;
static BackupRestoreCommandDefinition: symbol;
static BlockCommandDefinition: symbol;
static ClusterReferenceCommandDefinition: symbol;
static ConsensusCommandDefinition: symbol;
static DeploymentCommandDefinition: symbol;
static ExplorerCommandDefinition: symbol;
static KeysCommandDefinition: symbol;
static LedgerCommandDefinition: symbol;
static MirrorCommandDefinition: symbol;
static RelayCommandDefinition: symbol;
static CacheCommandDefinition: symbol;
static OneShotCommandDefinition: symbol;
static RapidFireCommandDefinition: symbol;
}