mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
Merge pull request #17026 from mikedanese/spam
Auto commit by PR queue bot
This commit is contained in:
commit
699c91d4c4
2
pkg/client/cache/listers.go
vendored
2
pkg/client/cache/listers.go
vendored
@ -132,7 +132,7 @@ func (s storeToNodeConditionLister) List() (nodes api.NodeList, err error) {
|
|||||||
if s.predicate(node) {
|
if s.predicate(node) {
|
||||||
nodes.Items = append(nodes.Items, node)
|
nodes.Items = append(nodes.Items, node)
|
||||||
} else {
|
} else {
|
||||||
glog.V(2).Infof("Node %s matches none of the conditions", node.Name)
|
glog.V(5).Infof("Node %s matches none of the conditions", node.Name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user