Skip to content

Commit

Permalink
remove client
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Jan 3, 2024
1 parent 73511d2 commit 2b5c3a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import (

natsv1alpha1 "github.com/kyma-project/nats-manager/api/v1alpha1"
controllercache "github.com/kyma-project/nats-manager/internal/controller/cache"
controllerclient "github.com/kyma-project/nats-manager/internal/controller/client"
natscontroller "github.com/kyma-project/nats-manager/internal/controller/nats"
"github.com/kyma-project/nats-manager/pkg/env"
"github.com/kyma-project/nats-manager/pkg/k8s"
Expand Down Expand Up @@ -128,7 +127,6 @@ func main() { //nolint:funlen // main function needs to initialize many objects
Metrics: server.Options{BindAddress: metricsAddr},
WebhookServer: webhook.NewServer(webhook.Options{Port: metricsPort}),
NewCache: controllercache.New,
NewClient: controllerclient.New,
})
if err != nil {
setupLog.Error(err, "unable to start manager")
Expand Down

0 comments on commit 2b5c3a4

Please sign in to comment.