Files
kubernetes/pkg/controller/garbagecollector
Jordan Liggitt 221e4aa2c2 Queue non-matching children for deletion when a virtual node is marked as observed
When we observe valid coordinates for a previously virtual node,
if there are dependents that do not agree with those coordinates,
add them to the attemptToDelete queue.

This queue will check the dependent's ownerReferences using the coordinates specified by the dependent.
If all of the owners can be verified absent, the dependent will be deleted.
If some are still present, or if there are errors looking them up, the dependent will not be deleted.

If the verified owner is namespaced, and the dependent is not in the same namespace,
an event will be recorded for user visibility, since cross-namespace ownerReferences are not supported.
2020-11-17 10:49:27 -05:00
..
2019-10-24 20:21:00 +02:00
2019-05-24 18:14:53 -07:00
2020-05-16 07:54:27 -04:00
2020-03-06 11:07:54 -05:00