Skip to content

Commit 19a147a

Browse files
Fix variable reference in docs
1 parent 5360178 commit 19a147a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/webhook-for-core-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you need a client and/or decoder, just pass them in at struct construction ti
6060
mgr.GetWebhookServer().Register("/mutate-v1-pod", &webhook.Admission{
6161
Handler: &podAnnotator{
6262
Client: mgr.GetClient(),
63-
Decoder: admission.NewDecoder(mgr.GetScheme()),
63+
decoder: admission.NewDecoder(mgr.GetScheme()),
6464
},
6565
})
6666
```

0 commit comments

Comments
 (0)