kubernetes/vendor/github.com/lithammer/dedent/dedent.go

var whitespaceOnly

var leadingWhitespace

// Dedent removes any common leading whitespace from every line in text.
//
// This can be used to make multiline strings to line up with the left edge of
// the display, while still presenting them in the source code in indented
// form.
func Dedent(text string) string {}