Skip to content

Commit 7caf560

Browse files
authored
Merge pull request #341 from ekuefler/master
📖 Fix documentation for mutating webhooks.
2 parents 83f6193 + c170d45 commit 7caf560

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)