-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix masterCA conversion #5051
Fix masterCA conversion #5051
Conversation
@deads2k PTAL |
[test] |
race #5025 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/5630/) |
Evaluated for origin test up to 33fb12b |
[merge] to fix master, will take comments as follow up |
race #5025 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/3566/) (Image: devenv-fedora_2458) |
Evaluated for origin merge up to 33fb12b |
Merged by openshift-bot
package api | ||
|
||
func init() { | ||
Scheme.AddDefaultingFuncs( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't catch this in the previous review. Defaulters belong to versions. This would need to be in the v1/conversions.go
with the rest of the defaulters.
Fixes #5050