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
Kubernetes resources can be read from the JOSDK cache rather than making an explicit Kubernetes call to fetch them. This can be done in one of two ways:
Use the context object and call context.getSecondaryResource (this requires a primaryToSecondary mapper function)
Store a reference to the EventSource object at the class level and fetch the object from the cache in the event source.
Either way we should update the operator to make as few calls to Kubernetes as possible and instead rely on the JOSDK cache and event sources.
The text was updated successfully, but these errors were encountered:
Kubernetes resources can be read from the JOSDK cache rather than making an explicit Kubernetes call to fetch them. This can be done in one of two ways:
Either way we should update the operator to make as few calls to Kubernetes as possible and instead rely on the JOSDK cache and event sources.
The text was updated successfully, but these errors were encountered: