Argo Events
- API version: v1.6.3
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Automatically generated by the OpenAPI Generator
Building the API client library requires:
- Java 1.7+
- Maven/Gradle
To install the API client library to your local Maven repository, simply execute:
mvn clean install
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
mvn clean deploy
Refer to the OSSRH Guide for more information.
Add this dependency to your project's POM:
<dependency>
<groupId>io.argoproj.events</groupId>
<artifactId>argo-events-client-java</artifactId>
<version>v1.6.3</version>
<scope>compile</scope>
</dependency>
Add this dependency to your project's build file:
compile "io.argoproj.events:argo-events-client-java:v1.6.3"
At first generate the JAR by executing:
mvn clean package
Then manually install the following JARs:
target/argo-events-client-java-v1.6.3.jar
target/lib/*.jar
Please follow the installation instruction and examples below:
These examples are runnable in a POD with proper RBAC settings, or on your
laptop if ${HOME}/.kube/config
is correctly configured (or ${KUBECONFIG}
environment variable is pointing to the correct kubeconfig file).