-
Notifications
You must be signed in to change notification settings - Fork 213
Update CVO to flat updatepayload structure #14
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
Conversation
|
/retest |
19b36c1 to
847f71b
Compare
| type ResourceMapper struct { | ||
| l *sync.Mutex | ||
|
|
||
| gvkToNew map[schema.GroupVersionKind]NewInteraceFunc |
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.
what does gvk mean?
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.
gvk : GroupVersionKind
|
@abhinavdahiya code wise lgtm, but I'm kinda lost at this point on what's going on with the current cvo state... Maybe need another pair of eyes? |
yifan-gu
left a comment
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.
/lgtm
@abhinavdahiya walked me through the changes now I have a better understanding of the purpose of the PR. 👍
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, yifan-gu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This line is descended from logging we grew way back in 847f71b (pkg/cvo: update to new updatepayload structure, 2018-09-18, openshift#14). But we triggered it recently with 88c222c (install/0000_00_cluster-version-operator_03_deployment: Bump to --v=5, 2020-08-30, openshift#448). Drop the line, because it's noisy spew in the log files, and we can get the manifest content via: $ oc adm release extract --to=manifests $PULLSPEC
This line is descended from logging we grew way back in 847f71b (pkg/cvo: update to new updatepayload structure, 2018-09-18, openshift#14). But we triggered it recently with 88c222c (install/0000_00_cluster-version-operator_03_deployment: Bump to --v=5, 2020-08-30, openshift#448). Drop the line, because it's noisy spew in the log files, and we can get the manifest content via: $ oc adm release extract --to=manifests $PULLSPEC
lib/resourcebuilderto be allow for adding custom resource builders/cc @yifan-gu