Skip to content

Commit e9459d6

Browse files
authored
Merge pull request #3641 from vaibhavkhurana2018/fix-docs
📖 Fix variable reference in docs
2 parents 82b5ca9 + 19a147a commit e9459d6

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)