Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Zahari Dichev <[email protected]>
  • Loading branch information
zaharidichev committed Nov 20, 2024
1 parent 742c0ab commit afe7c33
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 180 deletions.
2 changes: 1 addition & 1 deletion policy-controller/k8s/index/src/outbound/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ impl Index {

fn reinitialize_egress_watches(&mut self, namespace: &str) {
for ns in self.namespaces.by_ns.values_mut() {
if namespace == &*self.global_egress_network_namespace || namespace == &*ns.namespace {
if namespace == *self.global_egress_network_namespace || namespace == *ns.namespace {
ns.reinitialize_egress_watches()
}
}
Expand Down
53 changes: 0 additions & 53 deletions policy-test/tests/e2e_egress_network.rs

This file was deleted.

Loading

0 comments on commit afe7c33

Please sign in to comment.