kubernetes/vendor/github.com/josharian/intern/intern.go

var pool

// String returns s, interned.
func String(s string) string {}

// Bytes returns b converted to a string, interned.
func Bytes(b []byte) string {}