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
In event sources there are cases - especially when we want to associate the dependent resource with the main custom resource - when we want to search or have access to information to related custom resource, see:
Should we support this explicitly like having a way to inject the cache?
Or support an indexing with some additional facilities for eventing?
see: Issues is related to: operator-framework#665
Note that for example the mentioned Tomcat sample we would need just a index the UID when the Tomcat CR appeared.
In event sources there are cases - especially when we want to associate the dependent resource with the main custom resource - when we want to search or have access to information to related custom resource, see:
https://github.com/java-operator-sdk/java-operator-sdk/blob/7eb3aa7f26e72ab59be04d87a8937440935d3945/sample-operators/tomcat-operator/src/main/java/io/javaoperatorsdk/operator/sample/WebappController.java#L45-L47
(In v2 there is better API to access the cache)
Should we support this explicitly like having a way to inject the cache?
Or support an indexing with some additional facilities for eventing?
see: Issues is related to: operator-framework#665
Note that for example the mentioned Tomcat sample we would need just a index the UID when the Tomcat CR appeared.
operator-framework#666
The text was updated successfully, but these errors were encountered: