mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
commit
ec2f346e9f
@ -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