Getting started with k8s API.

This commit is contained in:
Michael Lipp 2023-06-18 18:06:17 +02:00
parent 8905e30473
commit 0879e40213
4 changed files with 142 additions and 2 deletions

View file

@ -17,6 +17,7 @@ dependencies {
implementation project(':org.jdrupes.vmoperator.util')
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'io.kubernetes:client-java:18.0.0'
}
application {