-
Notifications
You must be signed in to change notification settings - Fork 449
types: add container and kubernetes context fields #2921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
types: add container and kubernetes context fields #2921
Conversation
Split the Container and Pod fields into separate Containers and Kubernetes struct fields. Add an ImageDigest field to the Container struct which represents the container image's SHA digest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
Split the Container and Pod fields into separate Containers and Kubernetes struct fields.
Add an ImageDigest field to the Container struct which represents the container image's SHA digest.
Types PR required for #2760