ROX-34951: add skip_container_types field to EvaluationFilter proto#21043
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚀 Build Images ReadyImages are ready for commit d224e91. To use with deploy scripts: export MAIN_IMAGE_TAG=4.12.x-144-gd224e91580 |
7d6e624 to
df19b19
Compare
df19b19 to
6539bee
Compare
Description
Adds
skip_container_typesfield to theEvaluationFiltermeessage inpolicy.proto, reusing the existingContainerTypeenum fromdeployment.proto. This allows policies to specify which container types to skip during evaluation (e.g. skip init containers).User-facing documentation
Testing and quality
Automated testing
How I validated my change