Skip to content

Commit

Permalink
[v1] Add flows yaml desc (#5315)
Browse files Browse the repository at this point in the history
* Adding yaml desc for parallels

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Adding yaml desc for Sequence

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew authored Apr 27, 2021
1 parent 178be6b commit e807987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/core/resources/parallel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
status: {}
schema:
openAPIV3Schema:
description: 'Parallel defines conditional branches that will be wired in series through Channels and Subscriptions.'
type: object
properties:
spec:
Expand Down
1 change: 1 addition & 0 deletions config/core/resources/sequence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
status: {}
schema:
openAPIV3Schema:
description: 'Sequence defines a sequence of Subscribers that will be wired in series through Channels and Subscriptions.'
type: object
properties:
spec:
Expand Down

0 comments on commit e807987

Please sign in to comment.