package constants
const (
Namespace = "rbd-system"
Rainbond = "rainbond"
DefImageRepository = "goodrain.me"
GrdataLogPath = "/grdata/logs"
ImagePullSecretKey = "IMAGE_PULL_SECRET"
DefOnlineImageRepository = "registry.cn-hangzhou.aliyuncs.com/goodrain"
NotFound = "not found"
TenantQuotaCPULack = "tenant_quota_cpu_lack"
TenantQuotaMemoryLack = "tenant_quota_memory_lack"
TenantLackOfMemory = "tenant_lack_of_memory"
TenantLackOfCPU = "tenant_lack_of_cpu"
TenantLackOfStorage = "tenant_lack_of_storage"
ClusterLackOfMemory = "cluster_lack_of_memory"
)
const (
ResourceManagedByLabel = "app.kubernetes.io/managed-by"
ResourceInstanceLabel = "app.kubernetes.io/instance"
ResourceAppLabel = "app"
)