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 allows marshal and unmarshal to read/write the fields as specified. Otherwise they default and in this case become lowercase keys.
For this ticket, there is a small caveat that we need to make sure we migrate from the legacy format (during first read) and then can write the new manifest. This will handle the upgrade case.
Forgot to add YAML struct tags so the default marshaling will just turn
CamelCase
fields into lowercase likecamelcase
.This isn't nice so let's fix it to have the common convention of camel case keys.
The text was updated successfully, but these errors were encountered: