Skip to content

Figure out whether we can avoid returning Optional for DependentResource.eventSource #938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #923
metacosm opened this issue Feb 15, 2022 · 2 comments
Closed
Tracked by #923

Comments

@metacosm
Copy link
Collaborator

No description provided.

@csviri
Copy link
Collaborator

csviri commented Feb 16, 2022

We should mainly consider it because of external resources, and for use cases when the reconciliation is periodically executed - not triggered by infermers.

Let's say the controller manages a set of external resources, one way to implement this is just to add periodic execution for the controller, so it checks all the resource states, and reconciles them. In this case no need for an event source.

@metacosm
Copy link
Collaborator Author

This has been addressed by #949.

@metacosm metacosm self-assigned this Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants