controller: duplicate utility method cleanup#134840
controller: duplicate utility method cleanup#134840k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
It appears one of these methods in deployment controller is redundant now that we always emit Events during scaling.
|
/retest |
|
/triage accepted |
|
@soltysh: The label(s) DetailsIn 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-sigs/prow repository. |
|
/triage accepted |
soltysh
left a comment
There was a problem hiding this comment.
Good catch - thank you!
/lgtm
/approve
|
LGTM label has been added. DetailsGit tree hash: 2ce86bad2657054ca039a3a84701403ddbcfa5ed |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb, soltysh 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
It appears one of these methods in deployment controller is redundant now that we always emit Events during scaling.
Which issue(s) this PR is related to:
N/A
Special notes for your reviewer:
Does this PR introduce a user-facing change?
/sig apps