Check DeleteTimestamp before updating resource#805
Check DeleteTimestamp before updating resource#805knative-prow-robot merged 1 commit intoknative:masterfrom
Conversation
|
Hi @MIBc. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
/ok-to-test |
rhuss
left a comment
There was a problem hiding this comment.
Thanks a lot for the PR, but beside some minor suggestion belows, I would go the full mile and implement this feature also for
- Revision
- ApiServer source
- Ping source
- SinkBinding
maximilien
left a comment
There was a problem hiding this comment.
I like @rhuss comment of doing same for other resources but I'd also be OK to merge more than one PR to make review and adoption easier.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maximilien, MIBc 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 |
|
/retest |
* Check DeleteTimestamp before updating resource. Include: service, apiserver source, sink binding, ping source, trigger.
|
The following is the coverage report on the affected files.
|
rhuss
left a comment
There was a problem hiding this comment.
Thanks a lot ! One last think: Could you also add it to kn/commands/revision/delete.go ? I think then we are complete. If too much for now, i can also open an issue to track it and we merge it now.
|
Let's get this merged and add the timestamp handling later to /lgtm |
Fixes: #786
Description
Release Note:
Check DeleteTimestamp before updating resource.