Skip to content

Commit 2169b2f

Browse files
committed
docs: readme improvement
1 parent 8416b9f commit 2169b2f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# admission-controller-framework
22

3-
Framework and tooling to support implementing admission controllers for Kubernetes in Java.
4-
Supports both **quarkus** and **spring boot**. Both Sync and Async programing model.
3+
Framework and tooling to support
4+
implementing [admission controllers](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/) for
5+
Kubernetes in Java. Supports both **quarkus** and **spring boot**. Both Sync and Async programing model.
56

67
## Sample Usage
78

8-
Defining a mutation or validation controller should be simple as:
9+
Defining a mutation or validation controller should be simple as:
910

1011
https://github.com/java-operator-sdk/admission-controller-framework/blob/0946595d941b789caef6a69b34c2e5be8c6b59cf/samples/quarkus/src/main/java/io/javaoperatorsdk/admissioncontroller/sample/quarkus/AdmissionControllerConfig.java#L31-L68
1112

0 commit comments

Comments
 (0)