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
The intention behind this issue is to provide support for various functionalities that is now missing from the framework. Like:
Watching Kubernetes resources
Watching any non K8S resource
Polling
Scheduled Controller Execution
...
Doing this is a very general and elegant way, by introducing the concept of event sources.
The idea is: event Sources can propagate events about any kind of resource, but also can propagate any kind of event for the controller like retry event, scheduled events or event for periodically execute controller. Of course users can provide their own custom event sources.
This is the scratch of the design from our first design meeting:
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The intention behind this issue is to provide support for various functionalities that is now missing from the framework. Like:
Doing this is a very general and elegant way, by introducing the concept of event sources.
The idea is: event Sources can propagate events about any kind of resource, but also can propagate any kind of event for the controller like retry event, scheduled events or event for periodically execute controller. Of course users can provide their own custom event sources.
This is the scratch of the design from our first design meeting:
The text was updated successfully, but these errors were encountered: