kubernetes/vendor/github.com/stoewer/go-strcase/kebab.go

// KebabCase converts a string into kebab case.
func KebabCase(s string) string {}

// UpperKebabCase converts a string into kebab case with capital letters.
func UpperKebabCase(s string) string {}