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

@@ -86,7 +86,7 @@ elems:
`, r.FunctionConfig.MustString())
assert.Equal(t, ResourceListKind, r.WrappingKind)
assert.Equal(t, ResourceListApiVersion, r.WrappingApiVersion)
assert.Equal(t, ResourceListAPIVersion, r.WrappingAPIVersion)
}
@@ -131,7 +131,7 @@ spec:
// verify the function config
assert.Nil(t, r.FunctionConfig)
assert.Equal(t, "List", r.WrappingKind)
assert.Equal(t, "v1", r.WrappingApiVersion)
assert.Equal(t, "v1", r.WrappingAPIVersion)
}
// TestByteReader_Read tests the default Read behavior