Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use cache for k8s deleted pods (#748)
* use lru for k8s blacklisted cache * podBlacklistCache in init * rename blacklisted pods to deleted * Bump k8s.io/api from 0.27.4 to 0.29.0 (#557) Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.4 to 0.29.0. - [Commits](kubernetes/api@v0.27.4...v0.29.0) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * info about deleted pods will never expire && config option deleted_pods_cache_size --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information