mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-02 23:47:18 +00:00
split out oam-spec v0.2 charts (#1842)
* WIP disable oam related controller and webhok change velue fix spell error change namespace add e2e for oam-runtime fix charts hack fix e2e definition namespace fix diasble contains list fix e2e-test * disable components handler * fix flaky ac test add every definition in oam-runtime-system namespace * upload ac e2e-test replace files fix upload reports * more wait time
This commit is contained in:
@@ -31,4 +31,10 @@ const (
|
||||
DisableAllCaps = "all"
|
||||
// DisableNoneCaps disable none of capabilities
|
||||
DisableNoneCaps = ""
|
||||
// ManualScalerTraitControllerName is the controller name of manualScalerTrait
|
||||
ManualScalerTraitControllerName = "manualscaler"
|
||||
// ContainerizedWorkloadControllerName is the controller name of containerized workload
|
||||
ContainerizedWorkloadControllerName = "containerizedwokrload"
|
||||
// HealthScopeControllerName is the controller name of healthScope controller
|
||||
HealthScopeControllerName = "healthscope"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user