Skip to content

Commit

Permalink
api.yaml: Add concurrencyPolicy to job type
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Mar 22, 2024
1 parent d7ef1a7 commit 654b59a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/reference/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5662,7 +5662,12 @@ definitions:
activeDeadlineSeconds:
type: integer
format: int64
x-go-custom-type: "*int64"
description: job active deadline seconds.
concurrencyPolicy:
type: string
x-go-custom-type: "*string"
description: concurrency policy.
container:
type: object
properties:
Expand Down Expand Up @@ -5717,6 +5722,10 @@ definitions:
format: int64
x-go-custom-type: "*int64"
description: job active deadline seconds.
concurrencyPolicy:
type: string
x-go-custom-type: "*string"
description: concurrency policy.
container:
type: object
properties:
Expand Down

0 comments on commit 654b59a

Please sign in to comment.