Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CortexVersion = "0.9.2" // CORTEX_VERSION ContextCacheDir = "/mnt/context" EmptyDirMountPath = "/mnt" EmptyDirVolumeName = "mnt" CortexConfigPath = "/configs/cortex" CortexConfigName = "cortex-config" AppsDir = "apps" DeploymentsDir = "deployments" APIsDir = "apis" RequestHandlersDir = "request_handlers" ProjectsDir = "projects" ContextsDir = "contexts" ResourceStatusesDir = "resource_statuses" WorkloadSpecsDir = "workload_specs" MetadataDir = "metadata" TelemetryURL = "https://telemetry.cortexlabs.dev" MaxClassesPerRequest = 20 // cloudwatch.GeMetricData can get up to 100 metrics per request, avoid multiple requests and have room for other stats )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.