Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Feb 15, 2024
1 parent a20ea57 commit bf6de15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/kubernetes/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client/apiutil"

"github.com/percona/percona-everest-cli/pkg/kubernetes/client/customresources"
"github.com/percona/percona-everest-cli/pkg/kubernetes/client/database"
)

const (
Expand Down Expand Up @@ -104,7 +103,6 @@ type Client struct {
customClientSet *customresources.Client
apiextClientset apiextv1clientset.Interface
dynamicClientset dynamic.Interface
dbClusterClient *database.DBClusterClient //nolint:structcheck,unused
rcLock *sync.Mutex
restConfig *rest.Config
namespace string
Expand Down

0 comments on commit bf6de15

Please sign in to comment.