Skip to content

Commit

Permalink
feat: trigger concurrency policy
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Sep 18, 2023
1 parent 047e4fd commit e8cccd8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ spec:
enum:
- run
type: string
concurrencyPolicy:
description: ConcurrencyPolicy defines concurrency policy for selected
Execution
enum:
- allow
- forbid
- replace
type: string
conditionSpec:
description: What resource conditions should be matched
properties:
Expand Down

0 comments on commit e8cccd8

Please sign in to comment.