Skip to content

Commit

Permalink
e2e: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Feb 9, 2024
1 parent f57cc67 commit 841c15a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions e2e/internal/kubeclient/kubeclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ import (
"k8s.io/client-go/tools/remotecommand"
)

const (
// testNamespaceBase is the base namespace name for e2e tests.
// It is not meant to be used directly, but rather to be formatted with
// an integer UID to create a unique namespace for each test, allowing multiple tests
// to run concurrently in the same cluster.
testNamespaceBase = "nunki-e2e-%d"

// testNameLabel is the label used to identify resources created by e2e tests.
testNameLabel = "nunki/e2e"
)

// A Kubeclient offers a communication interface to a Kubernetes cluster.
type Kubeclient struct {
log *slog.Logger
Expand Down

0 comments on commit 841c15a

Please sign in to comment.