[OCPCLOUD-1024]: Refactor webhook syncronization to work with library-go implementation#642
Conversation
175336c to
fb4b853
Compare
fb4b853 to
3077008
Compare
|
@Danil-Grigorev: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
3077008 to
1a6ee55
Compare
|
/retest |
1a6ee55 to
bc5b448
Compare
|
/remove-lifecycle stale |
|
/lgtm |
|
@Danil-Grigorev: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elmiko 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 PR removes our webhook management code in favor of openshift/library-go#836
It also removes unit tests, which are currently impossible to mock as it depends on generation increments, which is not supported even by
testenvstandards. But we have all the necessary infrastructure inhttps://github.com/openshift/cluster-api-actuator-pkg/blob/master/pkg/operators/machine-api-operator.go#L75-L193 which extensively covers the code and typical use cases, and it is covered in openshift/library-go#836 which this PR is pulling.