Skip to content

Commit ab02953

Browse files
authored
Merge pull request #1065 from jiachengxu/fix-webhookinstalloptions
✨ Fix typo in envtest.Environment struct
2 parents 49e1044 + dbd345f commit ab02953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/envtest/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ type Environment struct {
9595
// CRDInstallOptions are the options for installing CRDs.
9696
CRDInstallOptions CRDInstallOptions
9797

98-
// CRDInstallOptions are the options for installing webhooks.
98+
// WebhookInstallOptions are the options for installing webhooks.
9999
WebhookInstallOptions WebhookInstallOptions
100100

101101
// ErrorIfCRDPathMissing provides an interface for the underlying

0 commit comments

Comments
 (0)