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

Commit

Permalink
latestn
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Sep 8, 2020
1 parent 7a8cb4a commit 7aad813
Show file tree
Hide file tree
Showing 377 changed files with 12,612 additions and 6,367 deletions.
66 changes: 42 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# argo-client-java

Argo
- API version: latest
- API version: v2.10.0-rc3

Workflow Service API performs CRUD actions against application resources
Argo


*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
Expand Down Expand Up @@ -81,7 +81,7 @@ import io.argoproj.workflow.apis.ArchivedWorkflowServiceApi;
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = Configuration.getDefaultApiClient();
defaultClient.setBasePath("http://localhost:2746");
defaultClient.setBasePath("http://localhost");

ArchivedWorkflowServiceApi apiInstance = new ArchivedWorkflowServiceApi(defaultClient);
String uid = "uid_example"; // String |
Expand All @@ -102,20 +102,28 @@ public class Example {

## Documentation for API Endpoints

All URIs are relative to *http://localhost:2746*
All URIs are relative to *http://localhost*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*ArchivedWorkflowServiceApi* | [**deleteArchivedWorkflow**](docs/ArchivedWorkflowServiceApi.md#deleteArchivedWorkflow) | **DELETE** /api/v1/archived-workflows/{uid} |
*ArchivedWorkflowServiceApi* | [**getArchivedWorkflow**](docs/ArchivedWorkflowServiceApi.md#getArchivedWorkflow) | **GET** /api/v1/archived-workflows/{uid} |
*ArchivedWorkflowServiceApi* | [**listArchivedWorkflows**](docs/ArchivedWorkflowServiceApi.md#listArchivedWorkflows) | **GET** /api/v1/archived-workflows |
*ClusterWorkflowTemplateServiceApi* | [**createClusterWorkflowTemplate**](docs/ClusterWorkflowTemplateServiceApi.md#createClusterWorkflowTemplate) | **POST** /api/v1/cluster-workflow-templates |
*ClusterWorkflowTemplateServiceApi* | [**deleteClusterWorkflowTemplate**](docs/ClusterWorkflowTemplateServiceApi.md#deleteClusterWorkflowTemplate) | **DELETE** /api/v1/cluster-workflow-templates/{name} |
*ClusterWorkflowTemplateServiceApi* | [**getClusterWorkflowTemplate**](docs/ClusterWorkflowTemplateServiceApi.md#getClusterWorkflowTemplate) | **GET** /api/v1/cluster-workflow-templates/{name} |
*ClusterWorkflowTemplateServiceApi* | [**lintClusterWorkflowTemplate**](docs/ClusterWorkflowTemplateServiceApi.md#lintClusterWorkflowTemplate) | **POST** /api/v1/cluster-workflow-templates/lint |
*ClusterWorkflowTemplateServiceApi* | [**listClusterWorkflowTemplates**](docs/ClusterWorkflowTemplateServiceApi.md#listClusterWorkflowTemplates) | **GET** /api/v1/cluster-workflow-templates |
*ClusterWorkflowTemplateServiceApi* | [**updateClusterWorkflowTemplate**](docs/ClusterWorkflowTemplateServiceApi.md#updateClusterWorkflowTemplate) | **PUT** /api/v1/cluster-workflow-templates/{name} |
*CronWorkflowServiceApi* | [**createCronWorkflow**](docs/CronWorkflowServiceApi.md#createCronWorkflow) | **POST** /api/v1/cron-workflows/{namespace} |
*CronWorkflowServiceApi* | [**deleteCronWorkflow**](docs/CronWorkflowServiceApi.md#deleteCronWorkflow) | **DELETE** /api/v1/cron-workflows/{namespace}/{name} |
*CronWorkflowServiceApi* | [**getCronWorkflow**](docs/CronWorkflowServiceApi.md#getCronWorkflow) | **GET** /api/v1/cron-workflows/{namespace}/{name} |
*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} |
*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 |
*WorkflowServiceApi* | [**createWorkflow**](docs/WorkflowServiceApi.md#createWorkflow) | **POST** /api/v1/workflows/{namespace} |
*WorkflowServiceApi* | [**deleteWorkflow**](docs/WorkflowServiceApi.md#deleteWorkflow) | **DELETE** /api/v1/workflows/{namespace}/{name} |
*WorkflowServiceApi* | [**getWorkflow**](docs/WorkflowServiceApi.md#getWorkflow) | **GET** /api/v1/workflows/{namespace}/{name} |
Expand All @@ -126,6 +134,7 @@ Class | Method | HTTP request | Description
*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* | [**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* | [**watchWorkflows**](docs/WorkflowServiceApi.md#watchWorkflows) | **GET** /api/v1/workflow-events/{namespace} |
Expand All @@ -146,31 +155,32 @@ Class | Method | HTTP request | Description
- [ArtifactLocation](docs/ArtifactLocation.md)
- [ArtifactRepositoryRef](docs/ArtifactRepositoryRef.md)
- [ArtifactoryArtifact](docs/ArtifactoryArtifact.md)
- [ArtifactoryAuth](docs/ArtifactoryAuth.md)
- [AzureDiskVolumeSource](docs/AzureDiskVolumeSource.md)
- [AzureFileVolumeSource](docs/AzureFileVolumeSource.md)
- [Backoff](docs/Backoff.md)
- [CSIVolumeSource](docs/CSIVolumeSource.md)
- [Capabilities](docs/Capabilities.md)
- [CephFSVolumeSource](docs/CephFSVolumeSource.md)
- [CinderVolumeSource](docs/CinderVolumeSource.md)
- [ClusterWorkflowTemplate](docs/ClusterWorkflowTemplate.md)
- [ClusterWorkflowTemplateCreateRequest](docs/ClusterWorkflowTemplateCreateRequest.md)
- [ClusterWorkflowTemplateLintRequest](docs/ClusterWorkflowTemplateLintRequest.md)
- [ClusterWorkflowTemplateList](docs/ClusterWorkflowTemplateList.md)
- [ClusterWorkflowTemplateUpdateRequest](docs/ClusterWorkflowTemplateUpdateRequest.md)
- [Condition](docs/Condition.md)
- [ConfigMapEnvSource](docs/ConfigMapEnvSource.md)
- [ConfigMapProjection](docs/ConfigMapProjection.md)
- [ConfigMapVolumeSource](docs/ConfigMapVolumeSource.md)
- [ContinueOn](docs/ContinueOn.md)
- [Counter](docs/Counter.md)
- [CreateCronWorkflowRequest](docs/CreateCronWorkflowRequest.md)
- [CreateOptions](docs/CreateOptions.md)
- [CronCreateCronWorkflowRequest](docs/CronCreateCronWorkflowRequest.md)
- [CronLintCronWorkflowRequest](docs/CronLintCronWorkflowRequest.md)
- [CronUpdateCronWorkflowRequest](docs/CronUpdateCronWorkflowRequest.md)
- [CronWorkflow](docs/CronWorkflow.md)
- [CronWorkflowList](docs/CronWorkflowList.md)
- [CronWorkflowSpec](docs/CronWorkflowSpec.md)
- [CronWorkflowStatus](docs/CronWorkflowStatus.md)
- [DAGTask](docs/DAGTask.md)
- [DAGTemplate](docs/DAGTemplate.md)
- [DeleteOptions](docs/DeleteOptions.md)
- [DownwardAPIProjection](docs/DownwardAPIProjection.md)
- [DownwardAPIVolumeFile](docs/DownwardAPIVolumeFile.md)
- [DownwardAPIVolumeSource](docs/DownwardAPIVolumeSource.md)
Expand All @@ -179,38 +189,36 @@ Class | Method | HTTP request | Description
- [ExecAction](docs/ExecAction.md)
- [ExecutorConfig](docs/ExecutorConfig.md)
- [FCVolumeSource](docs/FCVolumeSource.md)
- [FieldsV1](docs/FieldsV1.md)
- [FlexVolumeSource](docs/FlexVolumeSource.md)
- [FlockerVolumeSource](docs/FlockerVolumeSource.md)
- [GCEPersistentDiskVolumeSource](docs/GCEPersistentDiskVolumeSource.md)
- [GCSArtifact](docs/GCSArtifact.md)
- [Gauge](docs/Gauge.md)
- [GetOptions](docs/GetOptions.md)
- [GetUserInfoResponse](docs/GetUserInfoResponse.md)
- [GitArtifact](docs/GitArtifact.md)
- [GitRepoVolumeSource](docs/GitRepoVolumeSource.md)
- [GlusterfsVolumeSource](docs/GlusterfsVolumeSource.md)
- [GoogleProtobufAny](docs/GoogleProtobufAny.md)
- [GrpcGatewayRuntimeStreamError](docs/GrpcGatewayRuntimeStreamError.md)
- [HDFSArtifact](docs/HDFSArtifact.md)
- [HDFSConfig](docs/HDFSConfig.md)
- [HDFSKrbConfig](docs/HDFSKrbConfig.md)
- [HTTPArtifact](docs/HTTPArtifact.md)
- [HTTPGetAction](docs/HTTPGetAction.md)
- [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)
- [Initializer](docs/Initializer.md)
- [Initializers](docs/Initializers.md)
- [Inputs](docs/Inputs.md)
- [IntOrString](docs/IntOrString.md)
- [Item](docs/Item.md)
- [ItemValue](docs/ItemValue.md)
- [K8sIoApiPolicyV1beta1PodDisruptionBudgetSpec](docs/K8sIoApiPolicyV1beta1PodDisruptionBudgetSpec.md)
- [IoK8sApiPolicyV1beta1PodDisruptionBudgetSpec](docs/IoK8sApiPolicyV1beta1PodDisruptionBudgetSpec.md)
- [KeyToPath](docs/KeyToPath.md)
- [LabelSelector](docs/LabelSelector.md)
- [LabelSelectorRequirement](docs/LabelSelectorRequirement.md)
- [Link](docs/Link.md)
- [ListOptions](docs/ListOptions.md)
- [LintCronWorkflowRequest](docs/LintCronWorkflowRequest.md)
- [LogEntry](docs/LogEntry.md)
- [ManagedFieldsEntry](docs/ManagedFieldsEntry.md)
- [Metadata](docs/Metadata.md)
Expand All @@ -223,7 +231,6 @@ Class | Method | HTTP request | Description
- [NodeSelectorTerm](docs/NodeSelectorTerm.md)
- [NodeStatus](docs/NodeStatus.md)
- [OSSArtifact](docs/OSSArtifact.md)
- [OSSBucket](docs/OSSBucket.md)
- [ObjectFieldSelector](docs/ObjectFieldSelector.md)
- [Outputs](docs/Outputs.md)
- [OwnerReference](docs/OwnerReference.md)
Expand All @@ -239,41 +246,50 @@ Class | Method | HTTP request | Description
- [PodAntiAffinity](docs/PodAntiAffinity.md)
- [PodDNSConfigOption](docs/PodDNSConfigOption.md)
- [PodGC](docs/PodGC.md)
- [PodLogOptions](docs/PodLogOptions.md)
- [PortworxVolumeSource](docs/PortworxVolumeSource.md)
- [Preconditions](docs/Preconditions.md)
- [PreferredSchedulingTerm](docs/PreferredSchedulingTerm.md)
- [ProjectedVolumeSource](docs/ProjectedVolumeSource.md)
- [Prometheus](docs/Prometheus.md)
- [Quantity](docs/Quantity.md)
- [QuobyteVolumeSource](docs/QuobyteVolumeSource.md)
- [RBDVolumeSource](docs/RBDVolumeSource.md)
- [RawArtifact](docs/RawArtifact.md)
- [ResourceFieldSelector](docs/ResourceFieldSelector.md)
- [ResourceTemplate](docs/ResourceTemplate.md)
- [RetryStrategy](docs/RetryStrategy.md)
- [S3Artifact](docs/S3Artifact.md)
- [S3Bucket](docs/S3Bucket.md)
- [SELinuxOptions](docs/SELinuxOptions.md)
- [ScaleIOVolumeSource](docs/ScaleIOVolumeSource.md)
- [ScriptTemplate](docs/ScriptTemplate.md)
- [SecretEnvSource](docs/SecretEnvSource.md)
- [SecretProjection](docs/SecretProjection.md)
- [SecretVolumeSource](docs/SecretVolumeSource.md)
- [SemaphoreHolding](docs/SemaphoreHolding.md)
- [SemaphoreRef](docs/SemaphoreRef.md)
- [SemaphoreStatus](docs/SemaphoreStatus.md)
- [Sequence](docs/Sequence.md)
- [ServiceAccountTokenProjection](docs/ServiceAccountTokenProjection.md)
- [Status](docs/Status.md)
- [StatusCause](docs/StatusCause.md)
- [StatusDetails](docs/StatusDetails.md)
- [StorageOSVolumeSource](docs/StorageOSVolumeSource.md)
- [StreamResultOfLogEntry](docs/StreamResultOfLogEntry.md)
- [StreamResultOfWorkflowWatchEvent](docs/StreamResultOfWorkflowWatchEvent.md)
- [SubmitOpts](docs/SubmitOpts.md)
- [SuspendTemplate](docs/SuspendTemplate.md)
- [Synchronization](docs/Synchronization.md)
- [SynchronizationStatus](docs/SynchronizationStatus.md)
- [Sysctl](docs/Sysctl.md)
- [TCPSocketAction](docs/TCPSocketAction.md)
- [TTLStrategy](docs/TTLStrategy.md)
- [TarStrategy](docs/TarStrategy.md)
- [Template](docs/Template.md)
- [TemplateRef](docs/TemplateRef.md)
- [TypedLocalObjectReference](docs/TypedLocalObjectReference.md)
- [UpdateCronWorkflowRequest](docs/UpdateCronWorkflowRequest.md)
- [UserContainer](docs/UserContainer.md)
- [ValueFrom](docs/ValueFrom.md)
- [Version](docs/Version.md)
- [VolumeProjection](docs/VolumeProjection.md)
- [VolumeSource](docs/VolumeSource.md)
- [VsphereVirtualDiskVolumeSource](docs/VsphereVirtualDiskVolumeSource.md)
- [WeightedPodAffinityTerm](docs/WeightedPodAffinityTerm.md)
- [WindowsSecurityContextOptions](docs/WindowsSecurityContextOptions.md)
Expand All @@ -288,11 +304,13 @@ Class | Method | HTTP request | Description
- [WorkflowStatus](docs/WorkflowStatus.md)
- [WorkflowStep](docs/WorkflowStep.md)
- [WorkflowStopRequest](docs/WorkflowStopRequest.md)
- [WorkflowSubmitRequest](docs/WorkflowSubmitRequest.md)
- [WorkflowSuspendRequest](docs/WorkflowSuspendRequest.md)
- [WorkflowTemplate](docs/WorkflowTemplate.md)
- [WorkflowTemplateCreateRequest](docs/WorkflowTemplateCreateRequest.md)
- [WorkflowTemplateLintRequest](docs/WorkflowTemplateLintRequest.md)
- [WorkflowTemplateList](docs/WorkflowTemplateList.md)
- [WorkflowTemplateRef](docs/WorkflowTemplateRef.md)
- [WorkflowTemplateSpec](docs/WorkflowTemplateSpec.md)
- [WorkflowTemplateUpdateRequest](docs/WorkflowTemplateUpdateRequest.md)
- [WorkflowTerminateRequest](docs/WorkflowTerminateRequest.md)
Expand Down
8 changes: 4 additions & 4 deletions docs/AWSElasticBlockStoreVolumeSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Represents a Persistent Disk resource in AWS. An AWS EBS disk must exist before

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fsType** | **String** | | [optional]
**partition** | **Integer** | | [optional]
**readOnly** | **Boolean** | | [optional]
**volumeID** | **String** | | [optional]
**fsType** | **String** | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore | [optional]
**partition** | **Integer** | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). | [optional]
**readOnly** | **Boolean** | Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore | [optional]
**volumeID** | **String** | Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore |



3 changes: 2 additions & 1 deletion docs/ArchiveStrategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

# ArchiveStrategy

ArchiveStrategy describes how to archive files/directory when saving artifacts
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**none** | [**Object**](.md) | NoneStrategy indicates to skip tar process and upload the files or directory tree as independent files. Note that if the artifact is a directory, the artifact driver must support the ability to save/load the directory appropriately. | [optional]
**tar** | [**Object**](.md) | | [optional]
**tar** | [**TarStrategy**](TarStrategy.md) | | [optional]



Loading

0 comments on commit 7aad813

Please sign in to comment.