Skip to content

Commit c0fd754

Browse files
README.md updates (#135)
* README.md updates * Update README.md Co-authored-by: Kobi Levi <[email protected]> --------- Co-authored-by: Kobi Levi <[email protected]>
1 parent 72d2753 commit c0fd754

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ingress to Gateway
22

3-
Ingress2gateway helps translate Ingress resources to Gateway API resources,
4-
specifically HTTPRoutes. Ingress2gateway is managed by the [Gateway
3+
Ingress2gateway helps translate Ingress and provider-specific
4+
resources (CRDs) to Gateway API resources. Ingress2gateway is managed by the [Gateway
55
API](https://gateway-api.sigs.k8s.io/) SIG-Network subproject.
66

77
## Scope
@@ -16,10 +16,6 @@ translated to [Gateway API](https://gateway-api.sigs.k8s.io/) directly.
1616

1717
Note: Ingress2gateway is not intended to copy annotations from Ingress to Gateway API.
1818

19-
### Istio
20-
21-
With the introduction of the new [Istio](pkg/i2gw/providers/istio/README.md) provider, you can convert Istio API entities like Gateway and VirtualService to corresponding resources of the Gateway API, such as Gateway, HTTP/TLS/TCPRoutes, and ReferenceGrants.
22-
2319
## Installation
2420

2521
If you have a Go development environment locally, you can install ingress2gateway with `go install github.com/kubernetes-sigs/[email protected]`

0 commit comments

Comments
 (0)