linkerd2/policy-controller/k8s/api
Eliza Weisman cf1ce81eb0
policy: fix backwards `NotIn` label selector (#9433)
The implementation of the `NotIn` pod selector expression in the policy
controller is backwards. If a value exists for the label in the
expression, and it is contained in the `NotIn` set, the expression will
return `true`, and it will return `false` when the value is _not_ in the
set. This is because it calls `values.contains(v)`, just like the `In`
expression.
2022-09-27 08:47:52 -07:00
..
src policy: fix backwards `NotIn` label selector (#9433) 2022-09-27 08:47:52 -07:00
Cargo.toml Update Rust Kubernetes dependencies (#9454) 2022-09-27 08:43:36 -07:00