Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

Kubewebhook is a small Go framework to create [external admission webhooks][aw-url] for Kubernetes.

With Kubewebhook you can make validating and mutating webhooks in any version, fast, easy, and focusing mainly on the domain logic of the webhook itself.

With Kubewebhook, you can create validating and mutating webhooks for any version quickly and easily, focusing primarily on the webhook's domain logic.
## Features

- Ready for mutating and validating webhook kinds.
Expand Down Expand Up @@ -78,7 +77,7 @@ func run() error {
return nil
```

You can get more examples in [here](examples)
You can find more examples [here](examples)

## Production ready example

Expand Down