File tree Expand file tree Collapse file tree
backend/controllers/clusterbinding Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ endif
277277test-e2e : TEST_ARGS ?=
278278test-e2e : WORK_DIR ?= .
279279test-e2e : WHAT ?= ./test/e2e...
280- test-e2e : $(KCP ) $(DEX ) build-all
280+ test-e2e : $(KCP ) $(DEX ) build
281281 mkdir .kcp
282282 $(DEX ) serve hack/dex-config-dev.yaml 2>&1 & DEX_PID=$$ ! ; \
283283 $(KCP ) start & > .kcp/kcp.log & KCP_PID=$$ ! ; \
Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ import (
4040
4141 kubebindv1alpha2 "github.com/kube-bind/kube-bind/sdk/apis/kubebind/v1alpha2"
4242 bindclient "github.com/kube-bind/kube-bind/sdk/client/clientset/versioned"
43- mcbuilder "sigs.k8s.io/multicluster-runtime/pkg/builder"
44- mcmanager "sigs.k8s.io/multicluster-runtime/pkg/manager"
45- mcreconcile "sigs.k8s.io/multicluster-runtime/pkg/reconcile"
4643)
4744
4845const (
You can’t perform that action at this time.
0 commit comments