Skip to content

K8sClient: fix field_selector type

David Caro requested to merge fix_field_selector_type into main

It should be a string, not a dictionary as we are not formatting it and what the api wants is actually a string.

We could use the same formatting as the labels, but that prevents some extra expressions (set expressions), and changes the current behavior.

Signed-off-by: David Caro dcaro@wikimedia.org

Merge request reports