Skip to content

Commit

Permalink
Update pkg/apis/workflow/v1alpha1/workflow_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Gilgur <[email protected]>
Signed-off-by: Alan Clucas <[email protected]>
  • Loading branch information
Joibel and Anton Gilgur committed Sep 4, 2024
1 parent d0dfdf0 commit 81c854f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/workflow/v1alpha1/workflow_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1632,9 +1632,9 @@ type Synchronization struct {
Semaphore *SemaphoreRef `json:"semaphore,omitempty" protobuf:"bytes,1,opt,name=semaphore"`
// Mutex holds the Mutex lock details - deprecated, use mutexes instead
Mutex *Mutex `json:"mutex,omitempty" protobuf:"bytes,2,opt,name=mutex"`
// Semaphores holds the list of Semaphores configuration
// v3.6 and after: Semaphores holds the list of Semaphores configuration
Semaphores []*SemaphoreRef `json:"semaphores,omitempty" protobuf:"bytes,3,opt,name=semaphores"`
// Mutexes holds the list of Mutex lock details
// v3.6 and after: Mutexes holds the list of Mutex lock details
Mutexes []*Mutex `json:"mutexes,omitempty" protobuf:"bytes,4,opt,name=mutexes"`
}

Expand Down

0 comments on commit 81c854f

Please sign in to comment.