Documentation
¶
Index ¶
Constants ¶
View Source
const ( KVCacheLabelKeyIdentifier = "kvcache.orchestration.aibrix.ai/name" KVCacheLabelKeyRole = "kvcache.orchestration.aibrix.ai/role" KVCacheLabelKeyMetadataIndex = "kvcache.orchestration.aibrix.ai/etcd-index" KVCacheLabelKeyBackend = "kvcache.orchestration.aibrix.ai/backend" KVCacheAnnotationNodeAffinityKey = "kvcache.orchestration.aibrix.ai/node-affinity-key" KVCacheAnnotationNodeAffinityGPUType = "kvcache.orchestration.aibrix.ai/node-affinity-gpu-type" KVCacheAnnotationPodAffinityKey = "kvcache.orchestration.aibrix.ai/pod-affinity-workload" KVCacheAnnotationPodAntiAffinity = "kvcache.orchestration.aibrix.ai/pod-anti-affinity" KVCacheAnnotationNodeAffinityDefaultKey = "machine.cluster.vke.volcengine.com/gpu-name" // This config will be deprecated in future, users should specify kvcache backend directly. KVCacheAnnotationMode = "kvcache.orchestration.aibrix.ai/mode" KVCacheLabelValueRoleCache = "cache" KVCacheLabelValueRoleMetadata = "metadata" KVCacheLabelValueRoleKVWatcher = "kvwatcher" KVCacheBackendVineyard = "vineyard" KVCacheBackendHPKV = "hpkv" KVCacheBackendInfinistore = "infinistore" KVCacheBackendDefault = KVCacheBackendVineyard )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.