mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-26 15:17:05 +00:00
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:
committed by
Kubernetes Publisher
parent
982e3f5500
commit
c1a902d20d
@@ -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")
|
||||
|
Reference in New Issue
Block a user