Skip to content

Commit 99ed9f3

Browse files
committed
add comment
Signed-off-by: Tim Ramlot <[email protected]>
1 parent 878d84a commit 99ed9f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/acme/webhook/registry/challengepayload/challenge_payload.go

+4
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,9 @@ func (r *REST) callSolver(req v1alpha1.ChallengeRequest) (v1alpha1.ChallengeResp
101101
}, nil
102102
}
103103

104+
// This resource type isn't actually persisted anywhere, it is only submitted to the
105+
// DNS01 solver webhooks, so there's nothing to do to delete a resource/it doesn't
106+
// make sense in this context.
107+
// see: https://github.com/cert-manager/cert-manager/pull/5346#discussion_r959521656
104108
func (r *REST) Destroy() {
105109
}

0 commit comments

Comments
 (0)