Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new complex nullable types from norman
Opt into new field types in norman that will convert arrays and maps to pointers in the generated client code. The generated client code includes "omitempty" JSON tags, which means that unset and empty values are both sent to the server as unset, which breaks the cluster create validation. With this change, there's now a difference between a nil value and an empty allocated object in the client code.
- Loading branch information