Reduce size of missing field markers.

This commit is contained in:
Jeffrey Regan
2018-12-13 11:12:51 -08:00
parent f0f8aad2bb
commit d40f52e953
6 changed files with 43 additions and 43 deletions

View File

@@ -36,9 +36,9 @@ func FromKind(k string) Gvk {
}
const (
noGroup = "noGroup"
noVersion = "noVersion"
noKind = "noKind"
noGroup = "~G"
noVersion = "~V"
noKind = "~K"
separator = "_"
)