ROX-34020: Add ContainerType enum to Container proto#19989
Conversation
18ce1ec to
5cec19b
Compare
🚀 Build Images ReadyImages are ready for commit d721274. To use with deploy scripts: export MAIN_IMAGE_TAG=4.11.x-658-gd721274f6c |
67b2295 to
350be15
Compare
|
/test gke-nongroovy-e2e-tests |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #19989 +/- ##
==========================================
+ Coverage 49.56% 49.61% +0.04%
==========================================
Files 2764 2765 +1
Lines 208438 208617 +179
==========================================
+ Hits 103313 103502 +189
+ Misses 97469 97459 -10
Partials 7656 7656
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
350be15 to
4f3aa7c
Compare
|
@AlexVulaj: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
Adds a ContainerType enum to the Container protobuf message in proto/storage/deployment.proto, enabling StackRox to distinguish between regular, init, and other containers within a deployment.
Files to review:
Everything else is generated by our build tools.
User-facing documentation
Testing and quality
Automated testing
How I validated my change