client-go: remove import of github.com/gregjones/httpcache

Kubernetes-commit: ea085e0a32a6b723e5c565e60d8941b5a760bb68
This commit is contained in:
Eric Chiang
2017-12-15 15:02:31 -08:00
committed by Kubernetes Publisher
parent 271600dc67
commit 77f9dfa073
7 changed files with 0 additions and 106 deletions

View File

@@ -267,7 +267,6 @@ func TestAnonymousConfig(t *testing.T) {
expected.BearerToken = ""
expected.Username = ""
expected.Password = ""
expected.CacheDir = ""
expected.AuthProvider = nil
expected.AuthConfigPersister = nil
expected.TLSClientConfig.CertData = nil