File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/apis/admissionregistration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ type ValidatingWebhook struct {
263
263
// +optional
264
264
ObjectSelector * metav1.LabelSelector
265
265
266
- // SideEffects states whether this webhookk has side effects.
266
+ // SideEffects states whether this webhook has side effects.
267
267
// Acceptable values are: Unknown, None, Some, NoneOnDryRun
268
268
// Webhooks with side effects MUST implement a reconciliation system, since a request may be
269
269
// 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 {
387
387
// +optional
388
388
ObjectSelector * metav1.LabelSelector
389
389
390
- // SideEffects states whether this webhookk has side effects.
390
+ // SideEffects states whether this webhook has side effects.
391
391
// Acceptable values are: Unknown, None, Some, NoneOnDryRun
392
392
// Webhooks with side effects MUST implement a reconciliation system, since a request may be
393
393
// rejected by a future step in the admission change and the side effects therefore need to be undone.
You can’t perform that action at this time.
0 commit comments