-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
account for types with custom unmarshalling during default enfocement #429
account for types with custom unmarshalling during default enfocement #429
Conversation
Can we have a test for this? |
We should put that on hold while we determine if we want to keep |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexzielenski, apelisse The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Some types have surprising defaults such as
v1.Time
discussed in kubernetes/kubernetes#118771 (comment).Had further discussion about a solution and we agreed in kubernetes/kubernetes#109427 (comment) that removing implicit
{}
defaults for struct fields with custom type is the best way to correct the schemas.Original fix was included in #419 (comment) but split off to keep things tidy.
/cc @apelisse