Skip to content

Commit

Permalink
remove client
Browse files Browse the repository at this point in the history
  • Loading branch information
sjberman committed Mar 11, 2024
1 parent 9fdb2b7 commit ce01a9a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/suite/system_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
k8sRuntime "k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/types"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/kubernetes"
ctlr "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/log"
Expand Down Expand Up @@ -61,7 +60,6 @@ var (
//go:embed manifests/*
manifests embed.FS
k8sClient client.Client
clientGoClient kubernetes.Interface // used for getting Pod logs
resourceManager framework.ResourceManager
portForwardStopCh = make(chan struct{}, 1)
portFwdPort int
Expand Down Expand Up @@ -105,9 +103,6 @@ func setup(cfg setupConfig, extraInstallArgs ...string) {
k8sClient, err = client.New(k8sConfig, options)
Expect(err).ToNot(HaveOccurred())

clientGoClient, err = kubernetes.NewForConfig(k8sConfig)
Expect(err).ToNot(HaveOccurred())

timeoutConfig = framework.DefaultTimeoutConfig()
resourceManager = framework.ResourceManager{
K8sClient: k8sClient,
Expand Down

0 comments on commit ce01a9a

Please sign in to comment.