mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Fix typo in admission webhook
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arghya Sadhu
					Arghya Sadhu