add comment

Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
Tim Ramlot 2022-09-23 10:30:32 +02:00
parent 878d84a2fa
commit 99ed9f3e06

View File

@ -101,5 +101,9 @@ func (r *REST) callSolver(req v1alpha1.ChallengeRequest) (v1alpha1.ChallengeResp
}, nil
}
// This resource type isn't actually persisted anywhere, it is only submitted to the
// DNS01 solver webhooks, so there's nothing to do to delete a resource/it doesn't
// make sense in this context.
// see: https://github.com/cert-manager/cert-manager/pull/5346#discussion_r959521656
func (r *REST) Destroy() {
}