mirror of https://github.com/linkerd/linkerd2.git
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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||