mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Rename variable, constants and struct fields following stylecheck linter recommendation
This commit is contained in:
@@ -285,8 +285,8 @@ func compareNodes(i, j *yaml.RNode) bool {
|
||||
}
|
||||
|
||||
// compare apiVersion
|
||||
if metai.ApiVersion != metaj.ApiVersion {
|
||||
return metai.ApiVersion < metaj.ApiVersion
|
||||
if metai.APIVersion != metaj.APIVersion {
|
||||
return metai.APIVersion < metaj.APIVersion
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user