Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Updated to v2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Oct 6, 2020
1 parent 786209b commit 5b8cfd4
Show file tree
Hide file tree
Showing 425 changed files with 26,956 additions and 17,036 deletions.
31 changes: 24 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# argo-client-java

Argo
- API version: v2.10.2
Argo Server API
- API version: v2.11.2

Argo
You can get examples of requests and responses by using the CLI with `--gloglevel=9`, e.g. `argo list --gloglevel=9`


*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
Expand Down Expand Up @@ -39,7 +39,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>io.argoproj.workflow</groupId>
<artifactId>argo-client-java</artifactId>
<version>v2.10.2</version>
<version>v2.11.2</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -49,7 +49,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "io.argoproj.workflow:argo-client-java:v2.10.2"
compile "io.argoproj.workflow:argo-client-java:v2.11.2"
```

### Others
Expand All @@ -62,7 +62,7 @@ mvn clean package

Then manually install the following JARs:

* `target/argo-client-java-v2.10.2.jar`
* `target/argo-client-java-v2.11.2.jar`
* `target/lib/*.jar`

## Getting Started
Expand Down Expand Up @@ -121,6 +121,7 @@ Class | Method | HTTP request | Description
*CronWorkflowServiceApi* | [**lintCronWorkflow**](docs/CronWorkflowServiceApi.md#lintCronWorkflow) | **POST** /api/v1/cron-workflows/{namespace}/lint |
*CronWorkflowServiceApi* | [**listCronWorkflows**](docs/CronWorkflowServiceApi.md#listCronWorkflows) | **GET** /api/v1/cron-workflows/{namespace} |
*CronWorkflowServiceApi* | [**updateCronWorkflow**](docs/CronWorkflowServiceApi.md#updateCronWorkflow) | **PUT** /api/v1/cron-workflows/{namespace}/{name} |
*EventServiceApi* | [**receiveEvent**](docs/EventServiceApi.md#receiveEvent) | **POST** /api/v1/events/{namespace}/{discriminator} |
*InfoServiceApi* | [**getInfo**](docs/InfoServiceApi.md#getInfo) | **GET** /api/v1/info |
*InfoServiceApi* | [**getUserInfo**](docs/InfoServiceApi.md#getUserInfo) | **GET** /api/v1/userinfo |
*InfoServiceApi* | [**getVersion**](docs/InfoServiceApi.md#getVersion) | **GET** /api/v1/version |
Expand All @@ -133,10 +134,12 @@ Class | Method | HTTP request | Description
*WorkflowServiceApi* | [**resubmitWorkflow**](docs/WorkflowServiceApi.md#resubmitWorkflow) | **PUT** /api/v1/workflows/{namespace}/{name}/resubmit |
*WorkflowServiceApi* | [**resumeWorkflow**](docs/WorkflowServiceApi.md#resumeWorkflow) | **PUT** /api/v1/workflows/{namespace}/{name}/resume |
*WorkflowServiceApi* | [**retryWorkflow**](docs/WorkflowServiceApi.md#retryWorkflow) | **PUT** /api/v1/workflows/{namespace}/{name}/retry |
*WorkflowServiceApi* | [**setWorkflow**](docs/WorkflowServiceApi.md#setWorkflow) | **PUT** /api/v1/workflows/{namespace}/{name}/set |
*WorkflowServiceApi* | [**stopWorkflow**](docs/WorkflowServiceApi.md#stopWorkflow) | **PUT** /api/v1/workflows/{namespace}/{name}/stop |
*WorkflowServiceApi* | [**submitWorkflow**](docs/WorkflowServiceApi.md#submitWorkflow) | **POST** /api/v1/workflows/{namespace}/submit |
*WorkflowServiceApi* | [**suspendWorkflow**](docs/WorkflowServiceApi.md#suspendWorkflow) | **PUT** /api/v1/workflows/{namespace}/{name}/suspend |
*WorkflowServiceApi* | [**terminateWorkflow**](docs/WorkflowServiceApi.md#terminateWorkflow) | **PUT** /api/v1/workflows/{namespace}/{name}/terminate |
*WorkflowServiceApi* | [**watchEvents**](docs/WorkflowServiceApi.md#watchEvents) | **GET** /api/v1/stream/events/{namespace} |
*WorkflowServiceApi* | [**watchWorkflows**](docs/WorkflowServiceApi.md#watchWorkflows) | **GET** /api/v1/workflow-events/{namespace} |
*WorkflowTemplateServiceApi* | [**createWorkflowTemplate**](docs/WorkflowTemplateServiceApi.md#createWorkflowTemplate) | **POST** /api/v1/workflow-templates/{namespace} |
*WorkflowTemplateServiceApi* | [**deleteWorkflowTemplate**](docs/WorkflowTemplateServiceApi.md#deleteWorkflowTemplate) | **DELETE** /api/v1/workflow-templates/{namespace}/{name} |
Expand All @@ -159,6 +162,7 @@ Class | Method | HTTP request | Description
- [AzureFileVolumeSource](docs/AzureFileVolumeSource.md)
- [Backoff](docs/Backoff.md)
- [CSIVolumeSource](docs/CSIVolumeSource.md)
- [Cache](docs/Cache.md)
- [Capabilities](docs/Capabilities.md)
- [CephFSVolumeSource](docs/CephFSVolumeSource.md)
- [CinderVolumeSource](docs/CinderVolumeSource.md)
Expand Down Expand Up @@ -186,6 +190,9 @@ Class | Method | HTTP request | Description
- [DownwardAPIVolumeSource](docs/DownwardAPIVolumeSource.md)
- [EmptyDirVolumeSource](docs/EmptyDirVolumeSource.md)
- [EnvVarSource](docs/EnvVarSource.md)
- [Event](docs/Event.md)
- [EventSeries](docs/EventSeries.md)
- [EventSource](docs/EventSource.md)
- [ExecAction](docs/ExecAction.md)
- [ExecutorConfig](docs/ExecutorConfig.md)
- [FCVolumeSource](docs/FCVolumeSource.md)
Expand All @@ -206,7 +213,6 @@ Class | Method | HTTP request | Description
- [HTTPHeader](docs/HTTPHeader.md)
- [Handler](docs/Handler.md)
- [Histogram](docs/Histogram.md)
- [HolderNames](docs/HolderNames.md)
- [HostPathVolumeSource](docs/HostPathVolumeSource.md)
- [ISCSIVolumeSource](docs/ISCSIVolumeSource.md)
- [InfoResponse](docs/InfoResponse.md)
Expand All @@ -221,15 +227,21 @@ Class | Method | HTTP request | Description
- [LintCronWorkflowRequest](docs/LintCronWorkflowRequest.md)
- [LogEntry](docs/LogEntry.md)
- [ManagedFieldsEntry](docs/ManagedFieldsEntry.md)
- [MemoizationStatus](docs/MemoizationStatus.md)
- [Memoize](docs/Memoize.md)
- [Metadata](docs/Metadata.md)
- [MetricLabel](docs/MetricLabel.md)
- [Metrics](docs/Metrics.md)
- [Mutex](docs/Mutex.md)
- [MutexHolding](docs/MutexHolding.md)
- [MutexStatus](docs/MutexStatus.md)
- [NFSVolumeSource](docs/NFSVolumeSource.md)
- [NodeAffinity](docs/NodeAffinity.md)
- [NodeSelector](docs/NodeSelector.md)
- [NodeSelectorRequirement](docs/NodeSelectorRequirement.md)
- [NodeSelectorTerm](docs/NodeSelectorTerm.md)
- [NodeStatus](docs/NodeStatus.md)
- [NodeSynchronizationStatus](docs/NodeSynchronizationStatus.md)
- [OSSArtifact](docs/OSSArtifact.md)
- [ObjectFieldSelector](docs/ObjectFieldSelector.md)
- [Outputs](docs/Outputs.md)
Expand Down Expand Up @@ -272,8 +284,10 @@ Class | Method | HTTP request | Description
- [StatusCause](docs/StatusCause.md)
- [StatusDetails](docs/StatusDetails.md)
- [StorageOSVolumeSource](docs/StorageOSVolumeSource.md)
- [StreamResultOfEvent](docs/StreamResultOfEvent.md)
- [StreamResultOfLogEntry](docs/StreamResultOfLogEntry.md)
- [StreamResultOfWorkflowWatchEvent](docs/StreamResultOfWorkflowWatchEvent.md)
- [Submit](docs/Submit.md)
- [SubmitOpts](docs/SubmitOpts.md)
- [SuspendTemplate](docs/SuspendTemplate.md)
- [Synchronization](docs/Synchronization.md)
Expand All @@ -295,11 +309,14 @@ Class | Method | HTTP request | Description
- [WindowsSecurityContextOptions](docs/WindowsSecurityContextOptions.md)
- [Workflow](docs/Workflow.md)
- [WorkflowCreateRequest](docs/WorkflowCreateRequest.md)
- [WorkflowEventBinding](docs/WorkflowEventBinding.md)
- [WorkflowEventBindingSpec](docs/WorkflowEventBindingSpec.md)
- [WorkflowLintRequest](docs/WorkflowLintRequest.md)
- [WorkflowList](docs/WorkflowList.md)
- [WorkflowResubmitRequest](docs/WorkflowResubmitRequest.md)
- [WorkflowResumeRequest](docs/WorkflowResumeRequest.md)
- [WorkflowRetryRequest](docs/WorkflowRetryRequest.md)
- [WorkflowSetRequest](docs/WorkflowSetRequest.md)
- [WorkflowSpec](docs/WorkflowSpec.md)
- [WorkflowStatus](docs/WorkflowStatus.md)
- [WorkflowStep](docs/WorkflowStep.md)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.10.2
v2.11.2
Loading

0 comments on commit 5b8cfd4

Please sign in to comment.