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

@@ -21,6 +21,8 @@ import (
"fmt"
"reflect"
controller "github.com/oam-dev/kubevela/pkg/controller/core.oam.dev"
cpv1alpha1 "github.com/crossplane/crossplane-runtime/apis/core/v1alpha1"
"github.com/crossplane/crossplane-runtime/pkg/event"
"github.com/go-logr/logr"
@@ -292,7 +294,7 @@ func (r *Reconciler) UpdateStatus(ctx context.Context, workload *v1alpha1.PodSpe
}
// Setup adds a controller that reconciles PodSpecWorkload.
func Setup(mgr ctrl.Manager) error {
func Setup(mgr ctrl.Manager, args controller.Args) error {
reconciler := Reconciler{
Client: mgr.GetClient(),
log: ctrl.Log.WithName("PodSpecWorkload"),