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 5360178 commit 19a147aCopy full SHA for 19a147a
docs/book/src/reference/webhook-for-core-types.md
@@ -60,7 +60,7 @@ If you need a client and/or decoder, just pass them in at struct construction ti
60
mgr.GetWebhookServer().Register("/mutate-v1-pod", &webhook.Admission{
61
Handler: &podAnnotator{
62
Client: mgr.GetClient(),
63
- Decoder: admission.NewDecoder(mgr.GetScheme()),
+ decoder: admission.NewDecoder(mgr.GetScheme()),
64
},
65
})
66
```
0 commit comments