New behavior for nodeport + fix storage

This commit is contained in:
2021-12-01 16:50:32 +01:00
parent 2fb62bb554
commit 769c9b6c6c
5 changed files with 54 additions and 24 deletions

View File

@@ -74,3 +74,6 @@ func Bluef(format string, args ...interface{}) {
func Magentaf(format string, args ...interface{}) {
colorf(MAGENTA, format, args...)
}
func Cyanf(format string, args ...interface{}) {
colorf(CYAN, format, args...)
}