Skip to content

Commit 1e47a41

Browse files
committed
Verify that AdmissionWebhooks implements File
Signed-off-by: Adrian Orive <[email protected]>
1 parent 6121dd0 commit 1e47a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scaffold/v1/webhook/admissionwebhooks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"sigs.k8s.io/kubebuilder/pkg/scaffold/resource"
2626
)
2727

28-
var _ input.File = &Server{}
28+
var _ input.File = &AdmissionWebhooks{}
2929

3030
// AdmissionWebhooks scaffolds how to construct a webhook server and register webhooks.
3131
type AdmissionWebhooks struct {

0 commit comments

Comments
 (0)