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:
wyike
2021-07-01 16:32:01 +08:00
committed by GitHub
parent 75bbd63f9e
commit 4eb33e9239
57 changed files with 2873 additions and 127 deletions

View File

@@ -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"
)