Skip to content

Commit

Permalink
Fix typo (#15265)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-redback authored and k8s-ci-robot committed Jul 3, 2019
1 parent 91c1c3d commit d2b16d7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -690,7 +690,7 @@ or the server could power off before persisting the object.

Additionally, webhooks with side effects should skip those side-effects when `dryRun: true` admission requests are handled.
A webhook must explicitly indicate that it will not have side-effects when run with `dryRun`,
or the dry-run request will not be sent to the webhook and the API request fill fail instead.
or the dry-run request will not be sent to the webhook and the API request will fail instead.

Webhooks indicate whether they have side effects using the `sideEffects` field in the webhook configuration.
`sideEffects` may be set to `Unknown`, `None`, `Some`, `NoneOnDryRun`. The default is `Unknown`.
Expand Down

0 comments on commit d2b16d7

Please sign in to comment.