Skip to content

Commit

Permalink
Gateways that fail should also fail their attached ListenerSets
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Aug 1, 2024
1 parent 5c00375 commit 54de622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geps/gep-1713/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ Valid reasons for `Accepted` being `False` are:
The `Programmed` condition MUST be set on every `ListenerSet` and have a similar meaning to the Gateway `Programmed` condition but only reflect the listeners in this `ListenerSet`.

`Accepted` and `Programmed` conditions when surfacing details about listeners, MUST only summarize the `status.parents.listeners` conditions that are exclusive to the `ListenerSet`.
An exception to this is when the parent `Gateway`'s `Accepted` or `Programmed` conditions transition to `False`

`ListenerSets` MUST NOT have their parent `Gateway`'s' listeners in the associated `status.parents.listeners` conditions list.

Expand Down

0 comments on commit 54de622

Please sign in to comment.