Skip to content

Commit

Permalink
docs: improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri authored Feb 18, 2024
1 parent e981f44 commit ffdc493
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@
Framework and tooling to support
implementing [dynamic admission controllers](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/)
and [conversion hooks](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#webhook-conversion)
for Kubernetes in Java. Supports both **quarkus** and **spring boot**. Both **sync** and **async** programing model.
for Kubernetes in Java. Supports both **quarkus** and **spring boot**. Both **sync** and **async** programing models.

## Documentation

**For a more detailed documentation check the [docs](docs).**
**For more detailed documentation check the [docs](docs).**

## Sample Usage

```xml
<dependency>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>kubernetes-webhooks-framework-core</artifactId>
<version>${josdk.webhooks.version}</version>
</dependency>
```

### Dynamic Admission Controllers

Defining a mutation or validation controller is simple as:
Defining a mutation or validation controller is as simple as:

```java

Expand Down

0 comments on commit ffdc493

Please sign in to comment.