added count for list setters

This commit is contained in:
Thomas Rodgers
2020-06-29 09:52:18 -07:00
parent d4ed285fd1
commit 3a0dd72c88

View File

@@ -88,6 +88,7 @@ func (a *Add) visitMapping(object *yaml.RNode, p string, _ *openapi.ResourceSche
"encountered different array values for specified field path: %s, %s", values, a.ListValues)
}
a.ListValues = values
a.Count++
return a.addRef(node.Key)
}
return nil