Pointers need to be used consistently for optional fields #576
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
As noted in #564 and #572 we have not consistently been using pointers throughout this API. We should be using pointers for all fields that are optional and not a map or slice. That includes if the field has a default value.
The text was updated successfully, but these errors were encountered: