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 066c204 commit 1259fa6Copy full SHA for 1259fa6
README.md
@@ -59,8 +59,8 @@ if err = (&pod.Webhook{}).SetupWebhookWithManager(mgr); err != nil {
59
60
## Examples
61
### Mutating admission webhook using `MutateObjectFunc`
62
-The `MutateObjectFunc` creates the JSON patches for admission response automatically in order to simplify the mutation of `runtime.Object`.
63
-The example shows how the functional `MutateObjectFunc` interface can be used to mutate a `Pod`.
+The `MutateObjectFunc` creates the JSON patches for the admission response automatically in order to simplify the mutation of `runtime.Object`.
+The example shows how the functional interface `MutateObjectFunc` can be used to mutate a `Pod`.
64
```go
65
package pod
66
0 commit comments