StaticDEPLOYMENT_NAME_ALREADY_EXISTS
DEPLOYMENT_NAME_ALREADY_EXISTS: (deploymentName: string) => string = ...
StaticINVALID_CONTEXT_FOR_CLUSTER
INVALID_CONTEXT_FOR_CLUSTER: (context: string, cluster?: string) => string = ...
StaticINVALID_CONTEXT_FOR_CLUSTER_DETAILED
INVALID_CONTEXT_FOR_CLUSTER_DETAILED: (
context: string,
cluster?: string,
) => string = ...
Static ReadonlyLOCAL_CONFIG_CONTEXT_CLUSTER_MAPPING_FORMAT
LOCAL_CONFIG_CONTEXT_CLUSTER_MAPPING_FORMAT: string = 'Wrong clusterRefs format'
Static ReadonlyLOCAL_CONFIG_DEPLOYMENT_DOES_NOT_EXIST
LOCAL_CONFIG_DEPLOYMENT_DOES_NOT_EXIST: string = 'The selected deployment does not correspond to a deployment in the local configuration'
Static ReadonlyLOCAL_CONFIG_DOES_NOT_EXIST
LOCAL_CONFIG_DOES_NOT_EXIST: string = 'Please create a local configuration first. Run "solo deployment config create"'
Static ReadonlyLOCAL_CONFIG_GENERIC
LOCAL_CONFIG_GENERIC: string = 'Validation of local config failed'
LOCAL_CONFIG_INVALID_DEPLOYMENTS_FORMAT: string = 'Wrong deployments format'
Static ReadonlyLOCAL_CONFIG_INVALID_SOLO_VERSION
LOCAL_CONFIG_INVALID_SOLO_VERSION: string = 'Invalid solo version'
Static ReadonlyLOCAL_CONFIG_MODIFY_BEFORE_LOADING
LOCAL_CONFIG_MODIFY_BEFORE_LOADING: string = 'Attempting to modify local config before loading it'
Static ReadonlyLOCAL_CONFIG_READING_BEFORE_LOADING
LOCAL_CONFIG_READING_BEFORE_LOADING: string = 'Attempting to read from local config before loading it'
Static ReadonlyLOCAL_CONFIG_WRITING_BEFORE_LOADING
LOCAL_CONFIG_WRITING_BEFORE_LOADING: string = 'Attempting to write local config before loading it'
StaticREMOTE_CONFIG_IS_INVALID
REMOTE_CONFIG_IS_INVALID: (cluster: string) => string = ...
StaticREMOTE_CONFIGS_DO_NOT_MATCH
REMOTE_CONFIGS_DO_NOT_MATCH: (cluster1: string, cluster2: string) => string = ...