Skip to content

Commit

Permalink
chore: updates because of comment change
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Clucas <[email protected]>
  • Loading branch information
Joibel committed Sep 4, 2024
1 parent 81c854f commit 7618198
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/executor_swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -3534,9 +3534,9 @@ otherwise).
| Name | Type | Go type | Required | Default | Description | Example |
|------|------|---------|:--------:| ------- |-------------|---------|
| mutex | [Mutex](#mutex)| `Mutex` | | | | |
| mutexes | [][Mutex](#mutex)| `[]*Mutex` | | | Mutexes holds the list of Mutex lock details | |
| mutexes | [][Mutex](#mutex)| `[]*Mutex` | | | v3.6 and after: Mutexes holds the list of Mutex lock details | |
| semaphore | [SemaphoreRef](#semaphore-ref)| `SemaphoreRef` | | | | |
| semaphores | [][SemaphoreRef](#semaphore-ref)| `[]*SemaphoreRef` | | | Semaphores holds the list of Semaphores configuration | |
| semaphores | [][SemaphoreRef](#semaphore-ref)| `[]*SemaphoreRef` | | | v3.6 and after: Semaphores holds the list of Semaphores configuration | |



Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/workflow/v1alpha1/generated.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/plugins/executor/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3934,14 +3934,14 @@ definitions:
mutex:
$ref: '#/definitions/Mutex'
mutexes:
description: Mutexes holds the list of Mutex lock details
description: 'v3.6 and after: Mutexes holds the list of Mutex lock details'
items:
$ref: '#/definitions/Mutex'
type: array
semaphore:
$ref: '#/definitions/SemaphoreRef'
semaphores:
description: Semaphores holds the list of Semaphores configuration
description: 'v3.6 and after: Semaphores holds the list of Semaphores configuration'
items:
$ref: '#/definitions/SemaphoreRef'
type: array
Expand Down

0 comments on commit 7618198

Please sign in to comment.