From 9bf649d7cb7d818964dbebacdd69431e501c61ac Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 26 Jun 2024 14:56:06 +0100 Subject: [PATCH] add breaking change warning --- api/v1alpha1/promise_webhook.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1alpha1/promise_webhook.go b/api/v1alpha1/promise_webhook.go index c165a1ae..5292da3f 100644 --- a/api/v1alpha1/promise_webhook.go +++ b/api/v1alpha1/promise_webhook.go @@ -48,6 +48,7 @@ func (p *Promise) SetupWebhookWithManager(mgr ctrl.Manager, cs *clientset.Client Complete() } +//Don't delete- breaking change var _ webhook.Defaulter = &Promise{} // Default implements webhook.Defaulter so a webhook will be registered for the type