mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
fix typo
This commit is contained in:
parent
ba66014fec
commit
2f7b86c651
@ -576,7 +576,7 @@ func (gb *GraphBuilder) processGraphChanges() bool {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
glog.V(5).Infof("GraphBuilder process object: %s/%s, namespace %s, name %s, uid %s, event type %v", event.gvk.GroupVersion().String(), event.gvk.Kind, accessor.GetNamespace(), accessor.GetName(), string(accessor.GetUID()), event.eventType)
|
glog.V(5).Infof("GraphBuilder process object: %s/%s, namespace %s, name %s, uid %s, event type %v", event.gvk.GroupVersion().String(), event.gvk.Kind, accessor.GetNamespace(), accessor.GetName(), string(accessor.GetUID()), event.eventType)
|
||||||
// Check if the node already exsits
|
// Check if the node already exists
|
||||||
existingNode, found := gb.uidToNode.Read(accessor.GetUID())
|
existingNode, found := gb.uidToNode.Read(accessor.GetUID())
|
||||||
if found {
|
if found {
|
||||||
// this marks the node as having been observed via an informer event
|
// this marks the node as having been observed via an informer event
|
||||||
|
Loading…
Reference in New Issue
Block a user