Add resource exists error on spec validate (#1506)
Co-authored-by: Anubhav <50611570+anubhav6663@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,11 @@ func Warn(msg interface{}) {
|
||||
}
|
||||
|
||||
func Info(msg interface{}) {
|
||||
os.Stderr.WriteString(fmt.Sprintf("%v\n", trimNewline(msg)))
|
||||
os.Stdout.WriteString(fmt.Sprintf("%v\n", trimNewline(msg)))
|
||||
}
|
||||
|
||||
func Infof(format string, args ...interface{}) {
|
||||
os.Stdout.WriteString(fmt.Sprintf("%v\n", trimNewline(fmt.Sprintf(format, args...))))
|
||||
}
|
||||
|
||||
func Verbose(verbosityLevel int, format string, args ...interface{}) {
|
||||
|
||||
Reference in New Issue
Block a user