mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Drop unused describe acronym
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
This commit is contained in:
@@ -356,7 +356,7 @@ func smartLabelFor(field string) string {
|
||||
return field
|
||||
}
|
||||
|
||||
commonAcronyms := []string{"API", "URL", "UID", "OSB", "GUID"}
|
||||
commonAcronyms := []string{"API", "URL", "UID", "GUID"}
|
||||
parts := camelcase.Split(field)
|
||||
|
||||
mergedParts := make([]string, 0, len(parts))
|
||||
|
||||
Reference in New Issue
Block a user