Rename variable, constants and struct fields following stylecheck linter recommendation

This commit is contained in:
Arthur Mello
2019-12-05 22:39:29 -03:00
parent f2c7066088
commit e811da14d8
14 changed files with 25 additions and 25 deletions

View File

@@ -40,7 +40,7 @@ g:
Writer: buff,
FunctionConfig: node3,
WrappingKind: ResourceListKind,
WrappingApiVersion: ResourceListApiVersion}.
WrappingAPIVersion: ResourceListAPIVersion}.
Write([]*yaml.RNode{node2, node1})
if !assert.NoError(t, err) {
return