mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Fixed formattting issues in etcd.go
This commit is contained in:
parent
f136886dde
commit
febf8c9b2c
@ -61,7 +61,7 @@ func (s *sourceEtcd) run() {
|
|||||||
boundPods := api.BoundPods{}
|
boundPods := api.BoundPods{}
|
||||||
err := s.helper.ExtractObj(s.key, &boundPods, false)
|
err := s.helper.ExtractObj(s.key, &boundPods, false)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if (tools.IsEtcdNotFound(err)) {
|
if tools.IsEtcdNotFound(err) {
|
||||||
glog.V(4).Infof("etcd failed to retrieve the value for the key %q. Error: %v", s.key, err)
|
glog.V(4).Infof("etcd failed to retrieve the value for the key %q. Error: %v", s.key, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user