diff --git a/e2e/internal/kubeclient/kubeclient.go b/e2e/internal/kubeclient/kubeclient.go index e87463fe0..1941acaec 100644 --- a/e2e/internal/kubeclient/kubeclient.go +++ b/e2e/internal/kubeclient/kubeclient.go @@ -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