Fix typo in admission webhook

This commit is contained in:
Arghya Sadhu 2019-10-29 19:25:22 +05:30
parent 59e7a4f474
commit f6da54511f

View File

@ -263,7 +263,7 @@ type ValidatingWebhook struct {
// +optional
ObjectSelector *metav1.LabelSelector
// SideEffects states whether this webhookk has side effects.
// SideEffects states whether this webhook has side effects.
// Acceptable values are: Unknown, None, Some, NoneOnDryRun
// Webhooks with side effects MUST implement a reconciliation system, since a request may be
// 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 {
// +optional
ObjectSelector *metav1.LabelSelector
// SideEffects states whether this webhookk has side effects.
// SideEffects states whether this webhook has side effects.
// Acceptable values are: Unknown, None, Some, NoneOnDryRun
// Webhooks with side effects MUST implement a reconciliation system, since a request may be
// rejected by a future step in the admission change and the side effects therefore need to be undone.