We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using mermaid diagrams instead of image for enhanced ease of use, version control and collaboration.
AS-IS
TO-BE
graph BT GatewayClass["GatewayClass<br>foo-com-external-gateway-class"] Gateway["Gateway<br>default/demo-gateway-1"] subgraph Namespace [Namespace<br>default] Gateway["Gateway<br>default/demo-gateway-1"] HTTPRoute1["HTTPRoute<br>default/demo-httproute-1"] HTTPRoute2["HTTPRoute<br>default/demo-httproute-2"] HTTPRoute3["HTTPRoute<br>default/demo-httproute-3"] HTTPRoute4["HTTPRoute<br>ns2/demo-httproute-4"] Service["Service<br>default/demo-svc"] end Gateway -->|GatewayClass| GatewayClass HTTPRoute1 -->|ParentRef| Gateway HTTPRoute2 -->|ParentRef| Gateway HTTPRoute3 -->|ParentRef| Gateway HTTPRoute4 -->|ParentRef| Gateway HTTPRoute1 -->|BackendRef| Service HTTPRoute2 -->|BackendRef| Service HTTPRoute3 -->|BackendRef| Service HTTPRoute4 -->|BackendRef| Service
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
jongwooo
Successfully merging a pull request may close this issue.
Description
Consider using mermaid diagrams instead of image for enhanced ease of use, version control and collaboration.
AS-IS
TO-BE
The text was updated successfully, but these errors were encountered: