Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Dec 12, 2023
1 parent b295ce5 commit 371f7a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import (
// to ensure that exec-entrypoint and run can make use of them.
_ "k8s.io/client-go/plugin/pkg/client/auth"

apiclientset "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset"
"k8s.io/apimachinery/pkg/runtime"
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
Expand All @@ -42,8 +43,6 @@ import (
"sigs.k8s.io/controller-runtime/pkg/metrics/server"
"sigs.k8s.io/controller-runtime/pkg/webhook"

apiclientset "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset"

natsv1alpha1 "github.com/kyma-project/nats-manager/api/v1alpha1"
natscontroller "github.com/kyma-project/nats-manager/internal/controller/nats"
)
Expand Down

0 comments on commit 371f7a1

Please sign in to comment.