annotation format

Signed-off-by: garfcat <xiefei_mvp@163.com>
This commit is contained in:
garfcat 2021-07-24 21:20:05 +08:00
parent 1623181ab2
commit 524ce520e5
1 changed files with 1 additions and 1 deletions

View File

@ -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,