Skip to content

Commit c170d45

Browse files
authored
Fix documentation for mutating webhooks.
Fixes kubernetes-sigs/kubebuilder#1075
1 parent 83f6193 commit c170d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhook/parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type Config struct {
4949
// Mutating marks this as a mutating webhook (it's validating only if false)
5050
//
5151
// Mutating webhooks are allowed to change the object in their response,
52-
// and are called *after* all validating webhooks. Mutating webhooks may
52+
// and are called *before* all validating webhooks. Mutating webhooks may
5353
// choose to reject an object, similarly to a validating webhook.
5454
Mutating bool
5555
// FailurePolicy specifies what should happen if the API server cannot reach the webhook.

0 commit comments

Comments
 (0)