Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,14 @@ nav:
- geps/gep-1426.md
- geps/gep-1324.md
- geps/gep-1282.md
- Implementable:
- geps/gep-1364.md
- Experimental:
- geps/gep-1323.md
- geps/gep-1016.md
- geps/gep-957.md
- geps/gep-726.md
- geps/gep-713.md
- Standard:
- geps/gep-1364.md
- geps/gep-922.md
- geps/gep-917.md
- geps/gep-851.md
Expand Down
4 changes: 2 additions & 2 deletions site-src/geps/gep-1364.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GEP-1364: Status and Conditions Update

* Issue: [#1364](https://github.com/kubernetes-sigs/gateway-api/issues/1364)
* Status: Implementable
* Status: Standard

## TLDR

Expand Down Expand Up @@ -419,7 +419,7 @@ an Extended condition.
It will have the following behavior:

* `Ready` is an optional Condition that has Extended support, with conformance
tests to verify the behvaior.
tests to verify the behavior.
* When it's set, the condition indicates that traffic is ready to flow through
the data plane _immediately_, not at some eventual point in the future.

Expand Down