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

@@ -221,8 +221,8 @@ func (m MapNodeSlice) Values() []*RNode {
// ResourceMeta contains the metadata for a both Resource Type and Resource.
type ResourceMeta struct {
// ApiVersion is the apiVersion field of a Resource
ApiVersion string `yaml:"apiVersion,omitempty"`
// APIVersion is the apiVersion field of a Resource
APIVersion string `yaml:"apiVersion,omitempty"`
// Kind is the kind field of a Resource
Kind string `yaml:"kind,omitempty"`
// ObjectMeta is the metadata field of a Resource