-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat/show-resource-diff #5
Conversation
@roivaz: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@roivaz: There are no kind on this issue.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
LGTM label has been added. Git tree hash: d4b0fa001e6bc63dfded160a834696a834777efc
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roivaz 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 |
This PR adds a generic mechanism to reconcile resource properties that can be used in all resource reconcilers. This also provides logging in a consistent way because until now, only Deployment and StatefulSet resources were logging differences when updates are required, which makes it hard to debug problems.
Also upgraded to go 1.20.
Please take a careful look in case I have mistakenly deleted reconciliation of some property.
/kind feature
/priority important-soon
/assign