annotation format
Signed-off-by: garfcat <xiefei_mvp@163.com>
This commit is contained in:
parent
1623181ab2
commit
524ce520e5
|
@ -163,7 +163,7 @@ func (d *ResourceDetector) Reconcile(key util.QueueKey) error {
|
|||
object, err := d.GetUnstructuredObject(clusterWideKey)
|
||||
if err != nil {
|
||||
if apierrors.IsNotFound(err) {
|
||||
// The resource may no longer exist, in which case we try(may not exist in waiting list) remove it from waiting list and stop processing.
|
||||
// The resource may no longer exist, in which case we try (may not exist in waiting list) remove it from waiting list and stop processing.
|
||||
d.RemoveWaiting(clusterWideKey)
|
||||
|
||||
// Once resource be deleted, the derived ResourceBinding or ClusterResourceBinding also need to be cleaned up,
|
||||
|
|
Loading…
Reference in New Issue