File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
Framework and tooling to support
4
4
implementing [ dynamic admission controllers] ( https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/ )
5
5
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 .
7
7
8
8
## Documentation
9
9
10
- ** For a more detailed documentation check the [ docs] ( docs ) .**
10
+ ** For more detailed documentation check the [ docs] ( docs ) .**
11
11
12
12
## Sample Usage
13
13
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
+
14
22
### Dynamic Admission Controllers
15
23
16
- Defining a mutation or validation controller is simple as:
24
+ Defining a mutation or validation controller is as simple as:
17
25
18
26
``` java
19
27
You can’t perform that action at this time.
0 commit comments