mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-27 17:21:07 -04:00
Remove unused imports from test/e2e/auth/service_accounts.go
This commit is contained in:
parent
6c48774507
commit
f8d6525df1
1 changed files with 0 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ package auth
|
|||
|
||||
import (
|
||||
"context"
|
||||
"encoding/base64"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"path"
|
||||
|
|
@ -38,7 +37,6 @@ import (
|
|||
"k8s.io/apimachinery/pkg/util/uuid"
|
||||
"k8s.io/apimachinery/pkg/util/wait"
|
||||
watch "k8s.io/apimachinery/pkg/watch"
|
||||
clientset "k8s.io/client-go/kubernetes"
|
||||
"k8s.io/client-go/util/retry"
|
||||
"k8s.io/kubernetes/plugin/pkg/admission/serviceaccount"
|
||||
apimachineryutils "k8s.io/kubernetes/test/e2e/common/apimachinery"
|
||||
|
|
|
|||
Loading…
Reference in a new issue