Logs can be colorized depending on log level (#428) or JSON (#485)
Let's make it possible to choose which colorization is applied to the logs based n the containers ending the logs, by checking if a related annotation is set in the pod running the container:
annotations:
- kubernetes-dashboard.podman-desktop.io/logs-colors/main: "level"
- kubernetes-dashboard.podman-desktop.io/logs-colors/second: "none"
- kubernetes-dashboard.podman-desktop.io/logs-colors/third: "json"