Skip to content

Commit e736d38

Browse files
committed
rebase
1 parent 6df7e1a commit e736d38

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ endif
277277
test-e2e: TEST_ARGS ?=
278278
test-e2e: WORK_DIR ?= .
279279
test-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=$$!; \

backend/controllers/clusterbinding/clusterbinding_controller.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4845
const (

0 commit comments

Comments
 (0)