Clarification required for Resource attribute values. #1184
Labels
area:sdk
Related to the SDK
bug
Something isn't working
priority:p2
Medium priority level
release:allowed-for-ga
Editorial changes that can still be added before GA since they don't require action by SIGs
spec:resource
Related to the specification/resource directory
The ResourceCreation section says the
Attributes
for Resource follows the common attributes rules, which means value can be string,bool,double,float, array of these.When Merge faces a collision, it says if the primary has "empty string", override it.
Question: What if primary is not even string? for eg: what if primary is array?
RetrieveAttribute section says the attributes names and values are just strings.
"The attributes should consist of the name and values, both of which should be strings."
Specify Resource from ENV variable says all attrubute values Must be considered strings.
"All attribute values MUST be considered strings."
Is the attribute value for Resource expected to contain just strings only?
Or should it support the common Attribute?
If common, then how should Merge handle collisions?
if common, then how to configure it using ENV variables?
The text was updated successfully, but these errors were encountered: