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
On context aware calls, when listing resources, a reflector is initiated, leading to an excessive number of reflectors, particularly in cases where label or field selectors return no results. Reflectors have of course a memory cost. Also, starting the reflector adds latency on first call.
Solution you'd like
To address this, an option to disable caching should be introduced, similar to the existing approach for GetResources where a cache field can be set to false. Disabling the cache this way would allow queries to be performed directly without starting a reflector.
Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
On context aware calls, when listing resources, a reflector is initiated, leading to an excessive number of reflectors, particularly in cases where label or field selectors return no results. Reflectors have of course a memory cost. Also, starting the reflector adds latency on first call.
Solution you'd like
To address this, an option to disable caching should be introduced, similar to the existing approach for
GetResources
where a cache field can be set to false. Disabling the cache this way would allow queries to be performed directly without starting a reflector.Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: