You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2022. It is now read-only.
In PR knative/eventing#1849, we tried to validate dependency by checking whether the ObjectMeta.generation of dependency is equal to the Status.ObservedGeneration of dependency.
However, we found we don't update status.ObservedGeneration for sources resources when sources resources get reconciled successfully. We should do that when sources resources get reconciled successfully.
The sources resources in the knative-gcp repo is "pullsubscriptions" and "storages"
In PR knative/eventing#1849, we tried to validate dependency by checking whether the ObjectMeta.generation of dependency is equal to the Status.ObservedGeneration of dependency.
However, we found we don't update status.ObservedGeneration for sources resources when sources resources get reconciled successfully. We should do that when sources resources get reconciled successfully.
The sources resources in the knative-gcp repo is "pullsubscriptions" and "storages"