Skip to content

Commit ffdc493

Browse files
authored
docs: improvement
1 parent e981f44 commit ffdc493

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,25 @@
33
Framework and tooling to support
44
implementing [dynamic admission controllers](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/)
55
and [conversion hooks](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#webhook-conversion)
6-
for Kubernetes in Java. Supports both **quarkus** and **spring boot**. Both **sync** and **async** programing model.
6+
for Kubernetes in Java. Supports both **quarkus** and **spring boot**. Both **sync** and **async** programing models.
77

88
## Documentation
99

10-
**For a more detailed documentation check the [docs](docs).**
10+
**For more detailed documentation check the [docs](docs).**
1111

1212
## Sample Usage
1313

14+
```xml
15+
<dependency>
16+
<groupId>io.javaoperatorsdk</groupId>
17+
<artifactId>kubernetes-webhooks-framework-core</artifactId>
18+
<version>${josdk.webhooks.version}</version>
19+
</dependency>
20+
```
21+
1422
### Dynamic Admission Controllers
1523

16-
Defining a mutation or validation controller is simple as:
24+
Defining a mutation or validation controller is as simple as:
1725

1826
```java
1927

0 commit comments

Comments
 (0)