Introduce expectation package to control the expected object counts to avoid duplication #162
Labels
area/distributed
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
🚀 Feature Description and Motivation
This would be helpful in the pod or any resource creation/deletion. Since pod start up takes time, without expectation, reconcile loop may create duplicate objects. The tricky thing is expectation is not in the controller-runtime package. We need to get it from upstream.
Use Case
Use it to control the number of the raycluster we plan to create.
Proposed Solution
No response
The text was updated successfully, but these errors were encountered: