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.
2 parents 82b5ca9 + 19a147a commit e9459d6Copy full SHA for e9459d6
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