kubeshop / vscode-monokle

An extension for Visual Studio Code to validate your Kubernetes configuration
https://marketplace.visualstudio.com/items?itemName=kubeshop.monokle
MIT License
6 stars 0 forks source link

Show suppression justification in Violations panel #88

Open f1ames opened 7 months ago

f1ames commented 7 months ago

Both annotation and fingerprint based suppressions allows to add justification (explanation) for the suppression. We need to find a place to show it in Violations panel.

There is Suppression column so maybe there instead of generic Suppressed text, justification (if exists) could be shown? Or in the INFO tab below?

image