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
I am currently writing unit tests in my go application and I list events. These events can be filtered with field selectors to exclude some events. In the code everything is fine, but in the fake client the field slector will be evaluated to only support '=' and '=='. Why is this so and what does it need to support also '!='?
This is the code piece, but in the actual client is never called because the parameter is used in the api call here.