Fix linting issues in staging/src/k8s.io/client-go/discovery/*

Signed-off-by: Jay Lim <jay@imjching.com>

Kubernetes-commit: 7a317e6262ac42dc20abd1596d505abda81b1ee3
This commit is contained in:
Jay Lim
2018-10-22 18:29:30 -04:00
committed by Kubernetes Publisher
parent 982e3f5500
commit c1a902d20d
5 changed files with 45 additions and 14 deletions

View File

@@ -44,6 +44,7 @@ type memCacheClient struct {
cacheValid bool
}
// Error Constants
var (
ErrCacheEmpty = errors.New("the cache has not been filled yet")
ErrCacheNotFound = errors.New("not found")