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
We're comparing against the raw config types, so trying to access these nested fields is not easy. We don't even know the structure of the networks value, it could be a list of a map.
I think this code would be easier if we iterated over the reflect.Value instead of the types.Dict. We could even store the "unsupported" fields as struct tags instead of a separate list.
ipv4/6_address are not supported by swarmkit yet, but we don't warn when they are included in a file.
cc @aanand @vdemeester
The text was updated successfully, but these errors were encountered: