linkerd2/policy-controller/k8s/api/src
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
..
policy Update Rust Kubernetes dependencies (#9454) 2022-09-27 08:43:36 -07:00
labels.rs policy: fix backwards `NotIn` label selector (#9433) 2022-09-27 08:47:52 -07:00
lib.rs policy: Ensure routes have a deterministic order (#9009) 2022-07-26 18:02:23 -07:00
policy.rs policy: validate that `HTTPRoute` paths are absolute (#8962) 2022-07-26 09:53:52 -07:00