Files
kubernetes/pkg
Francesco Romani 9c0f626e6d podresources: filter out inactive pods in Get()
Currently the provider that the podresources API
consumes does *not* obviously filters out the terminal
pod, and this is corroborated by the fact the related
e2e test starts to fail.
We had a bug in the test which masked the real failure,
but now it's evident.

So we perform a trivial extraction of the kubelet filtering
code and we apply in both places.
Note that the existing flow is unaffected except for the
trivial code extraciton.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2026-03-30 20:12:45 +00:00
..
2025-07-24 08:33:45 +02:00
2025-07-24 08:33:45 +02:00
2026-02-17 03:33:03 -08:00