Skip to content

Commit 1c97410

Browse files
authored
Merge pull request kubernetes#84517 from arghya88/docs-patch
Fix typo in admission webhook
2 parents a89265b + a98ae23 commit 1c97410

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

api/openapi-spec/swagger.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ type ValidatingWebhook struct {
275275
// +optional
276276
ObjectSelector *metav1.LabelSelector `json:"objectSelector,omitempty" protobuf:"bytes,10,opt,name=objectSelector"`
277277

278-
// SideEffects states whether this webhookk has side effects.
278+
// SideEffects states whether this webhook has side effects.
279279
// Acceptable values are: Unknown, None, Some, NoneOnDryRun
280280
// Webhooks with side effects MUST implement a reconciliation system, since a request may be
281281
// rejected by a future step in the admission change and the side effects therefore need to be undone.
@@ -407,7 +407,7 @@ type MutatingWebhook struct {
407407
// +optional
408408
ObjectSelector *metav1.LabelSelector `json:"objectSelector,omitempty" protobuf:"bytes,11,opt,name=objectSelector"`
409409

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

staging/src/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)