From dab51bb570ed10c4ec2d75913f229b9acfbd31af Mon Sep 17 00:00:00 2001 From: Peri Thompson Date: Fri, 21 May 2021 16:13:32 +0100 Subject: [PATCH] Add netpol tests for windows Co-authored-by: Jay Vyas Kubernetes-commit: 69019a03d3ac43823e7a739c01d3eeac86d699c0 --- tools/auth/clientauth.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/auth/clientauth.go b/tools/auth/clientauth.go index 4c24f799..8526b50c 100644 --- a/tools/auth/clientauth.go +++ b/tools/auth/clientauth.go @@ -66,9 +66,8 @@ package auth import ( "encoding/json" "io/ioutil" - "os" - restclient "k8s.io/client-go/rest" + "os" ) // Info holds Kubernetes API authorization config. It is intended