-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add count-based checkpoint retention policies
- Introduced global, container, pod, and namespace-level policies for checkpoint retention, all based on count limits. - Updated CRD definitions to store the newly added policies. - Added a flag `applyPoliciesImmediately` to enable immediate application of policies upon their update or creation. - Implemented logic to prioritize container, pod, and namespace-specific policies over global policies. Signed-off-by: Parthiba-Hazra <[email protected]>
- Loading branch information
1 parent
b58ffc3
commit 4ee200b
Showing
5 changed files
with
419 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.