Skip to content

Commit 2dbcb44

Browse files
authored
Merge pull request #1215 from Adirio/fix-1214
Verify that AdmissionWebhooks implements File
2 parents 74f69d6 + 1e47a41 commit 2dbcb44

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)