mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
change case for error
This commit is contained in:
@@ -62,7 +62,7 @@ func newGVKParser(models proto.Models) (*gvkParser, error) {
|
||||
if len(gvk.Kind) > 0 {
|
||||
_, ok := parser.gvks[gvk]
|
||||
if ok {
|
||||
return nil, fmt.Errorf("Duplicate entry for %v", gvk)
|
||||
return nil, fmt.Errorf("duplicate entry for %v", gvk)
|
||||
}
|
||||
parser.gvks[gvk] = modelName
|
||||
}
|
||||
|
Reference in New Issue
Block a user