File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
1011https://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
You can’t perform that action at this time.
0 commit comments