We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1aaa58 commit f8233b2Copy full SHA for f8233b2
.gitignore
@@ -21,3 +21,6 @@
21
22
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
hs_err_pid*
24
+
25
+admission-controller-framework.iml
26
+.idea
README.md
@@ -1 +1,5 @@
1
-# admission-controller-framework
+# admission-controller-framework
2
3
+Framework and tooling to support writing admission controllers for Kubernetes in Java
4
5
+Currently, in incubation phase.
0 commit comments