Skip to content
New issue

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 #29

Open
jongwooo opened this issue Jan 9, 2025 · 1 comment · May be fixed by #30
Open

Consider using mermaid diagrams instead of image #29

jongwooo opened this issue Jan 9, 2025 · 1 comment · May be fixed by #30
Assignees

Comments

@jongwooo
Copy link
Member

jongwooo commented Jan 9, 2025

Description

Consider using mermaid diagrams instead of image for enhanced ease of use, version control and collaboration.

AS-IS

image

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

Loading
@jongwooo
Copy link
Member Author

jongwooo commented Jan 9, 2025

/assign

@jongwooo jongwooo linked a pull request Jan 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant