fix: validation functions are not called anywhere#6565
fix: validation functions are not called anywhere#6565jetstack-bot merged 2 commits intocert-manager:masterfrom
Conversation
Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
|
Hi @ThatsMrTalbot. Thanks for your PR. I'm waiting for a cert-manager 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 |
|
@ThatsMrTalbot Thank you for fixing this issue. Could you also add some tests and manually do some validation to make sure this validation logic works as expected? |
I have added a table test for each validation method, also did some manual testing and it seems to behave as expected |
Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
560f4ef to
59184de
Compare
|
Thanks for fixing this. /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inteon 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
Flag validation functions exist, but are not called anywhere. This adds calls to them at each command root.
Kind
fix
Release Note