Skip to content

Commit

Permalink
internal/dag: set Gateway Listener conditions
Browse files Browse the repository at this point in the history
Sets various Listener conditions according to
the Gateway API v1alpha2 spec. Also sets the
Gateway "Ready" condition to false if there
are invalid listeners.

Closes projectcontour#3529.
Closes projectcontour#4180.
Updates projectcontour#4124.

Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed Nov 30, 2021
1 parent 9134b14 commit c44325d
Show file tree
Hide file tree
Showing 4 changed files with 916 additions and 121 deletions.
4 changes: 4 additions & 0 deletions changelogs/unreleased/xxxx-skriss-minor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Set Gateway listener conditions

Contour now sets various Gateway listener conditions as it processes them, including the "Ready", "Detached", and "ResolvedRefs" condition types, to provide more visibility to the user as to whether their listeners are defined correctly or not.

Loading

0 comments on commit c44325d

Please sign in to comment.