You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cannot be currently described in YAML spec, and cannot be properly rendered by codegen.
The following changes to the generated code are needed:
In Pango, location.XpathWithEntryName signature has to change from (version.Number, string) to (version.Number, ...string) - we'll probably rename it also to location.XpathWithValues
In Terraform, a parent attribute is needed that will be passed in CRUD functions along with the name.
In codegen YAML specs we'll probably need a new resource type, and a way to express full xpath suffix (with parent variable).
This is complicated due to the fact that nested entry objects may have different xpaths based on variant:
ethernet subinterface xpath includes variant as parent xpath along with the name.
The text was updated successfully, but these errors were encountered:
Some objects are nested within other objects, e.g. interface can have multiple interfaces.
An example object xpath:
This cannot be currently described in YAML spec, and cannot be properly rendered by codegen.
The following changes to the generated code are needed:
location.XpathWithEntryName
signature has to change from(version.Number, string)
to(version.Number, ...string)
- we'll probably rename it also tolocation.XpathWithValues
parent
attribute is needed that will be passed in CRUD functions along with the name.In codegen YAML specs we'll probably need a new resource type, and a way to express full xpath suffix (with parent variable).
This is complicated due to the fact that nested entry objects may have different xpaths based on variant:
The text was updated successfully, but these errors were encountered: