Ensure forward-compatibility with k8s.io/apiserver's Storage interface

Signed-off-by: Tristan Deloche <tde@hey.com>
This commit is contained in:
Tristan Deloche 2022-09-20 16:10:22 +01:00
parent 231a0460b4
commit 878d84a2fa
No known key found for this signature in database
GPG Key ID: B6BDB16331573E59

View File

@ -100,3 +100,6 @@ func (r *REST) callSolver(req v1alpha1.ChallengeRequest) (v1alpha1.ChallengeResp
},
}, nil
}
func (r *REST) Destroy() {
}