We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f6193 commit c170d45Copy full SHA for c170d45
pkg/webhook/parser.go
@@ -49,7 +49,7 @@ type Config struct {
49
// Mutating marks this as a mutating webhook (it's validating only if false)
50
//
51
// Mutating webhooks are allowed to change the object in their response,
52
- // and are called *after* all validating webhooks. Mutating webhooks may
+ // and are called *before* all validating webhooks. Mutating webhooks may
53
// choose to reject an object, similarly to a validating webhook.
54
Mutating bool
55
// FailurePolicy specifies what should happen if the API server cannot reach the webhook.
0 commit comments