Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 225 Bytes

File metadata and controls

13 lines (9 loc) · 225 Bytes

Running examples

export REPO_ROOT=/path/to/client-java/repo

cd ${REPO_ROOT}/
mvn install

cd ${REPO_ROOT}/examples/examples-13
mvn compile
mvn exec:java -Dexec.mainClass="io.kubernetes.client.examples.Example"