You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geps/gep-3798/index.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@
22
22
23
23
* Provide an optional mechanism to specify an IP mask for subnet-based persistence, allowing multiple clients from the same subnet to be routed to the same backend.
24
24
25
-
* Ensure the solution is generic enough to be implemented by various Gateway API controllers.
26
-
27
25
* Improve portability of applications requiring client IP persistence across different Gateway API implementations.
28
26
29
27
## Non-Goals
@@ -52,7 +50,7 @@ This GEP addresses these issues by providing a first-class API mechanism for cli
52
50
53
51
## API
54
52
55
-
TBD
53
+
TODO: when we get to the implementation iterations, we need to consider whether we can implement this using functionality established in [GEP-1619](https://gateway-api.sigs.k8s.io/geps/gep-1619).
0 commit comments