Skip to content

Commit f6da545

Browse files
committed
Fix typo in admission webhook
1 parent 59e7a4f commit f6da545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/apis/admissionregistration/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ type ValidatingWebhook struct {
263263
// +optional
264264
ObjectSelector *metav1.LabelSelector
265265

266-
// SideEffects states whether this webhookk has side effects.
266+
// SideEffects states whether this webhook has side effects.
267267
// Acceptable values are: Unknown, None, Some, NoneOnDryRun
268268
// Webhooks with side effects MUST implement a reconciliation system, since a request may be
269269
// rejected by a future step in the admission change and the side effects therefore need to be undone.
@@ -387,7 +387,7 @@ type MutatingWebhook struct {
387387
// +optional
388388
ObjectSelector *metav1.LabelSelector
389389

390-
// SideEffects states whether this webhookk has side effects.
390+
// SideEffects states whether this webhook has side effects.
391391
// Acceptable values are: Unknown, None, Some, NoneOnDryRun
392392
// Webhooks with side effects MUST implement a reconciliation system, since a request may be
393393
// rejected by a future step in the admission change and the side effects therefore need to be undone.

0 commit comments

Comments
 (0)