diff --git a/kube-runtime/src/reflector/store.rs b/kube-runtime/src/reflector/store.rs index d6d264dea..94686955e 100644 --- a/kube-runtime/src/reflector/store.rs +++ b/kube-runtime/src/reflector/store.rs @@ -257,6 +257,21 @@ where .cloned() } + /// Retrieve all `clone()` of the entries found by the given predicate + #[must_use] + pub fn find_all
(&self, predicate: P) -> Vec