Migrate all uses of deprecated ObjectReference#7892
Migrate all uses of deprecated ObjectReference#7892cert-manager-prow[bot] merged 1 commit intocert-manager:masterfrom
Conversation
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
|
Could you also take a look and remove the in-code defaulting logic? |
Yes, I did mention this in the PR description. And I made some attempts here, but it will require refactoring. So I found it better to do this boring stuff in a separate PR - to facilitate review. |
SgtCoDFish
left a comment
There was a problem hiding this comment.
/lgtm
/approve
Simple rename, no reason not to merge! Thanks!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SgtCoDFish 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 |
Pull Request Motivation
In #7414 we deprecated
meta.ObjectReference. This removes all use of the deprecated type.I will try to remove redundant code after introducing these API defaults in a dedicated PR.
Kind
/kind cleanup
Release Note