Skip to content

intuit-data-os/argo-events-client-java

 
 

Repository files navigation

Argo Events Java Client

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

Requirements

Building the API client library requires:

  1. Java 1.7+
  2. Maven/Gradle

Installation

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.

Maven users

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>

Gradle users

Add this dependency to your project's build file:

compile "io.argoproj.events:argo-events-client-java:v1.6.3"

Others

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

Getting Started

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).

Documentation for Models

Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • Makefile 1.5%
  • Python 0.1%