Skip to content

Commit 5f20c73

Browse files
Ilya GorbanIlya Gorban
authored andcommitted
result of make pre-commit -B
1 parent 95a7243 commit 5f20c73

24 files changed

+46
-234
lines changed

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15023,4 +15023,4 @@
1502315023
"type": "basic"
1502415024
}
1502515025
}
15026-
}
15026+
}

sdks/java/client/docs/ArchivedWorkflowServiceApi.md

Lines changed: 2 additions & 140 deletions
Large diffs are not rendered by default.

sdks/java/client/docs/IoArgoprojEventsV1alpha1AMQPEventSource.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Name | Type | Description | Notes
2020
**routingKey** | **String** | | [optional]
2121
**tls** | [**IoArgoprojEventsV1alpha1TLSConfig**](IoArgoprojEventsV1alpha1TLSConfig.md) | | [optional]
2222
**url** | **String** | | [optional]
23-
**urlSecret** | [**io.kubernetes.client.openapi.models.V1SecretKeySelector**](io.kubernetes.client.openapi.models.V1SecretKeySelector.md) | | [optional]
2423

2524

2625

sdks/java/client/docs/IoArgoprojEventsV1alpha1ArgoWorkflowTrigger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10+
**groupVersionResource** | [**GroupVersionResource**](GroupVersionResource.md) | | [optional]
1011
**operation** | **String** | | [optional]
1112
**parameters** | [**List<IoArgoprojEventsV1alpha1TriggerParameter>**](IoArgoprojEventsV1alpha1TriggerParameter.md) | | [optional]
1213
**source** | [**IoArgoprojEventsV1alpha1ArtifactLocation**](IoArgoprojEventsV1alpha1ArtifactLocation.md) | | [optional]

sdks/java/client/docs/IoArgoprojEventsV1alpha1BitbucketServerEventSource.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

sdks/java/client/docs/IoArgoprojEventsV1alpha1CalendarEventSource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
1313
**persistence** | [**IoArgoprojEventsV1alpha1EventPersistence**](IoArgoprojEventsV1alpha1EventPersistence.md) | | [optional]
1414
**schedule** | **String** | | [optional]
1515
**timezone** | **String** | | [optional]
16+
**userPayload** | **byte[]** | UserPayload will be sent to sensor as extra data once the event is triggered +optional Deprecated: will be removed in v1.5. Please use Metadata instead. | [optional]
1617

1718

1819

sdks/java/client/docs/IoArgoprojEventsV1alpha1CustomTrigger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CustomTrigger refers to the specification of the custom trigger.
88

99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
11+
**certFilePath** | **String** | | [optional]
1112
**certSecret** | [**io.kubernetes.client.openapi.models.V1SecretKeySelector**](io.kubernetes.client.openapi.models.V1SecretKeySelector.md) | | [optional]
1213
**parameters** | [**List<IoArgoprojEventsV1alpha1TriggerParameter>**](IoArgoprojEventsV1alpha1TriggerParameter.md) | Parameters is the list of parameters that is applied to resolved custom trigger trigger object. | [optional]
1314
**payload** | [**List<IoArgoprojEventsV1alpha1TriggerParameter>**](IoArgoprojEventsV1alpha1TriggerParameter.md) | Payload is the list of key-value extracted from an event payload to construct the request payload. | [optional]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# IoArgoprojEventsV1alpha1DependencyGroup
4+
5+
6+
## Properties
7+
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
**dependencies** | **List<String>** | | [optional]
11+
**name** | **String** | | [optional]
12+
13+
14+

sdks/java/client/docs/IoArgoprojEventsV1alpha1EventSourceSpec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
1010
**amqp** | [**Map<String, IoArgoprojEventsV1alpha1AMQPEventSource>**](IoArgoprojEventsV1alpha1AMQPEventSource.md) | | [optional]
1111
**azureEventsHub** | [**Map<String, IoArgoprojEventsV1alpha1AzureEventsHubEventSource>**](IoArgoprojEventsV1alpha1AzureEventsHubEventSource.md) | | [optional]
12-
**bitbucketserver** | [**Map<String, IoArgoprojEventsV1alpha1BitbucketServerEventSource>**](IoArgoprojEventsV1alpha1BitbucketServerEventSource.md) | | [optional]
1312
**calendar** | [**Map<String, IoArgoprojEventsV1alpha1CalendarEventSource>**](IoArgoprojEventsV1alpha1CalendarEventSource.md) | | [optional]
1413
**emitter** | [**Map<String, IoArgoprojEventsV1alpha1EmitterEventSource>**](IoArgoprojEventsV1alpha1EmitterEventSource.md) | | [optional]
1514
**eventBusName** | **String** | | [optional]
@@ -26,6 +25,7 @@ Name | Type | Description | Notes
2625
**pubSub** | [**Map<String, IoArgoprojEventsV1alpha1PubSubEventSource>**](IoArgoprojEventsV1alpha1PubSubEventSource.md) | | [optional]
2726
**pulsar** | [**Map<String, IoArgoprojEventsV1alpha1PulsarEventSource>**](IoArgoprojEventsV1alpha1PulsarEventSource.md) | | [optional]
2827
**redis** | [**Map<String, IoArgoprojEventsV1alpha1RedisEventSource>**](IoArgoprojEventsV1alpha1RedisEventSource.md) | | [optional]
28+
**replica** | **Integer** | | [optional]
2929
**replicas** | **Integer** | | [optional]
3030
**resource** | [**Map<String, IoArgoprojEventsV1alpha1ResourceEventSource>**](IoArgoprojEventsV1alpha1ResourceEventSource.md) | | [optional]
3131
**service** | [**IoArgoprojEventsV1alpha1Service**](IoArgoprojEventsV1alpha1Service.md) | | [optional]

sdks/java/client/docs/IoArgoprojEventsV1alpha1GitArtifact.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
1313
**filePath** | **String** | | [optional]
1414
**ref** | **String** | | [optional]
1515
**remote** | [**IoArgoprojEventsV1alpha1GitRemoteConfig**](IoArgoprojEventsV1alpha1GitRemoteConfig.md) | | [optional]
16+
**sshKeyPath** | **String** | | [optional]
1617
**sshKeySecret** | [**io.kubernetes.client.openapi.models.V1SecretKeySelector**](io.kubernetes.client.openapi.models.V1SecretKeySelector.md) | | [optional]
1718
**tag** | **String** | | [optional]
1819
**url** | **String** | | [optional]

0 commit comments

Comments
 (0)