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 1
1
# admission-controller-framework
2
2
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.
5
6
6
7
## Sample Usage
7
8
8
- Defining a mutation or validation controller should be simple as:
9
+ Defining a mutation or validation controller should be simple as:
9
10
10
11
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
11
12
You can’t perform that action at this time.
0 commit comments