Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
update CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Aug 11, 2023
1 parent a3569cd commit cef700b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crds/testsuite-json-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ properties:
description: If set, do not delete the mocked control plane or kind cluster.
type: boolean
default: false
stopOnFirstFailure:
description: StopOnFirstFailure determines whether the test should stop upon encountering the first failure.
type: boolean
default: false
timeout:
description: Override the default timeout of 30 seconds (in seconds).
type: integer
Expand Down
4 changes: 4 additions & 0 deletions crds/testsuite_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
description: If set, do not delete the mocked control plane or kind cluster.
type: boolean
default: false
stopOnFirstFailure:
description: StopOnFirstFailure determines whether the test should stop upon encountering the first failure.
type: boolean
default: false
timeout:
description: Override the default timeout of 30 seconds (in seconds).
type: integer
Expand Down

0 comments on commit cef700b

Please sign in to comment.