constants

package
v0.4.0-rc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2019 License: Apache-2.0 Imports: 0 Imported by: 45

Documentation

Index

Constants

View Source
const APIM_REPOSITORY_DEPLOYMENT_SERVER = "apim_repository_deployment_server"
View Source
const AWS_REGION = "ap-south-1"
View Source
const AWS_S3_BUCKET = "cellery-runtime-installation"
View Source
const BALLERINA_CONF = "ballerina.conf"
View Source
const BALLERINA_EXECUTABLE_PATH = "/bin/"
View Source
const BALLERINA_INSTALLATION_PATH_MAC = "/Library/Ballerina/ballerina-0.991.0"
View Source
const BALLERINA_INSTALLATION_PATH_UBUNTU = "/usr/lib/ballerina/ballerina-0.991.0"
View Source
const BALLERINA_LOCAL_REPO = ".ballerina/"
View Source
const BALLERINA_TOML = "Ballerina.toml"
View Source
const BASIC = "Basic"
View Source
const CELLERY = "cellery"
View Source
const CELLERY_ALIAS_PATTERN = "[a-zA-Z0-9_-]+"
View Source
const CELLERY_DOCKER_CLI_USER_ID = "1000"
View Source
const CELLERY_EXECUTABLE_PATH = "/runtime/executable/"
View Source
const CELLERY_HOME = ".cellery"
View Source
const CELLERY_HOME_DOCS_VIEW_DIR = "docs-view"
View Source
const CELLERY_ID_PATTERN = "[a-z0-9]+(-[a-z0-9]+)*"
View Source
const CELLERY_IMAGE_DIR_ENV_VAR = "CELLERY_IMAGE_DIR"
View Source
const CELLERY_INSTALLATION_PATH_MAC = "/Library/Cellery"
View Source
const CELLERY_INSTALLATION_PATH_UBUNTU = "/usr/share/cellery"
View Source
const CELLERY_MANAGE_CLEANUP = "cleanup"
View Source
const CELLERY_MANAGE_START = "start"
View Source
const CELLERY_MANAGE_STOP = "stop"
View Source
const CELLERY_SETUP_BACK = "BACK"
View Source
const CELLERY_SETUP_CREATE = "Create"
View Source
const CELLERY_SETUP_EXISTING_CLUSTER = "Existing cluster"
View Source
const CELLERY_SETUP_EXIT = "EXIT"
View Source
const CELLERY_SETUP_GCP = "GCP"
View Source
const CELLERY_SETUP_LOCAL = "Local"
View Source
const CELLERY_SETUP_MANAGE = "Manage"
View Source
const CELLERY_SETUP_MODIFY = "Modify"
View Source
const CELLERY_SETUP_SWITCH = "Switch"
View Source
const CELLERY_SQL_PASSWORD = "cellery-sql-user"
View Source
const CELLERY_SQL_USER_NAME = "cellery-sql-user"
View Source
const CELL_IMAGE_EXT = ".zip"
View Source
const CELL_IMAGE_PATTERN = CELLERY_ID_PATTERN + "\\/" + CELLERY_ID_PATTERN + ":" + IMAGE_VERSION_PATTERN
View Source
const CENTRAL_REGISTRY_HOST = "registry.hub.cellery.io"
View Source
const CENTRAL_REGISTRY_HOST_REGX = "^.*registry.hub.cellery.(io|net)$"
View Source
const CLI_ARG_ENV_VAR_KEY_PATTERN = "(?P<key>[^:]+)"
View Source
const CLI_ARG_ENV_VAR_PATTERN = "(((?P<instance>" + CELLERY_ID_PATTERN + "):" +
	CLI_ARG_ENV_VAR_KEY_PATTERN + "=" + CLI_ARG_ENV_VAR_VALUE_PATTERN + ")|(" +
	CLI_ARG_ENV_VAR_KEY_PATTERN + "=" + CLI_ARG_ENV_VAR_VALUE_PATTERN + "))"
View Source
const CLI_ARG_ENV_VAR_VALUE_PATTERN = "(?P<value>.+)"
View Source
const COMPLETE = "Complete"
View Source
const CREATE = "create"
View Source
const DB_SCRIPTS = "dbscripts"
View Source
const DELETE = "delete"
View Source
const DEPENDENCY_LINK_PATTERN = "(" + CELLERY_ID_PATTERN + "\\.)?" + CELLERY_ALIAS_PATTERN + ":" + CELLERY_ID_PATTERN
View Source
const DOCKER_CLI_BALLERINA_EXECUTABLE_PATH = "/usr/lib/ballerina/ballerina-0.991.0/bin/ballerina"
View Source
const DOMAIN_NAME_PATTERN = "[a-z0-9]+((?:-|.)[a-z0-9]+)*(:[0-9]+)?"
View Source
const GCP = "gcp"
View Source
const GCP_BUCKET_NAME = "cellery-gcp-bucket"
View Source
const GCP_CLUSTER_DISK_SIZE_GB = 100
View Source
const GCP_CLUSTER_IMAGE_TYPE = "cos_containerd"
View Source
const GCP_CLUSTER_MACHINE_TYPE = "n1-standard-4"
View Source
const GCP_CLUSTER_NAME = "cellery-cluster"
View Source
const GCP_DB_INSTANCE_NAME = "cellery-sql"
View Source
const GCP_NFS_CONFIG_CAPACITY = 1024
View Source
const GCP_NFS_CONFIG_NAME = "data"
View Source
const GCP_NFS_SERVER_INSTANCE = "nfs-server"
View Source
const GCP_SQL_DISK_SIZE_GB = 20
View Source
const GCP_SQL_PASSWORD = "cellery-sql-user"
View Source
const GCP_SQL_TIER = "db-n1-standard-1"
View Source
const GCP_SQL_USER_NAME = "cellery-sql-user"
View Source
const GROUP_NAME = "mesh.cellery.io"
View Source
const IMAGE_VERSION_PATTERN = "[a-z0-9]+((?:-|.)[a-z0-9]+)*"
View Source
const INGRESS_MODE_LOAD_BALANCER = "Load balancer [gcp, docker for desktop]"
View Source
const INGRESS_MODE_NODE_PORT = "Node port [kubeadm, minikube]"
View Source
const INIT_SQL = "init.sql"
View Source
const K8S_ARTIFACTS = "k8s-artefacts"
View Source
const KUBECTL = "kubectl"
View Source
const MYSQL = "mysql"
View Source
const MYSQL_HOST_NAME_FOR_EXISTING_CLUSTER = "wso2apim-with-analytics-rdbms-service"
View Source
const NON_PERSISTENT_VOLUME = "Non persistent volume"
View Source
const PERSISTENT_VOLUME = "Persistent volume"
View Source
const ROOT_DIR = "/"
View Source
const SP = "sp"
View Source
const TELEPRESENCE = "telepresence"
View Source
const TELEPRESENCE_EXEC_PATH = "telepresence-0.101/bin/"
View Source
const TEMP_TEST_MODULE = "tmp"
View Source
const TEST_DEGUB_FLAG = "DEBUG_MODE"
View Source
const TMP = "tmp"
View Source
const VAR = "var"
View Source
const VM = "vm"
View Source
const VM_NAME = "cellery-runtime-local"
View Source
const WSO2_APIM_HOST = "https://wso2-apim-gateway"
View Source
const ZIP_ARTIFACTS = "artifacts"
View Source
const ZIP_BALLERINA_SOURCE = "src"
View Source
const ZIP_TESTS = "tests"

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL