Change the color coding of new, targeted and untargeted pods log messages

This commit is contained in:
M. Mert Yildiran
2023-01-17 02:09:26 +03:00
parent 3c4272c6d1
commit bf777f9fca
3 changed files with 9 additions and 9 deletions

View File

@@ -5,8 +5,8 @@ const (
Red = "\033[1;31m%s\033[0m"
Green = "\033[1;32m%s\033[0m"
Yellow = "\033[1;33m%s\033[0m"
Purple = "\033[1;34m%s\033[0m"
Blue = "\033[1;34m%s\033[0m"
Magenta = "\033[1;35m%s\033[0m"
Teal = "\033[1;36m%s\033[0m"
Cyan = "\033[1;36m%s\033[0m"
White = "\033[1;37m%s\033[0m"
)