forked from kubernetes-sigs/gateway-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnav.yml
More file actions
97 lines (97 loc) · 4.24 KB
/
nav.yml
File metadata and controls
97 lines (97 loc) · 4.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
nav:
- Overview:
- Introduction: index.md
- Concepts:
- API Overview: concepts/api-overview.md
- Troubleshooting and Status: concepts/troubleshooting.md
- Conformance: concepts/conformance.md
- Roles and Personas: concepts/roles-and-personas.md
- Security: concepts/security.md
- Tools: concepts/tooling.md
- Use Cases: concepts/use-cases.md
- Versioning: concepts/versioning.md
- Traffic Matching: concepts/traffic-matching.md
- Hostnames: concepts/hostnames.md
- Service Mesh:
- Overview: mesh/index.md
- GAMMA Initiative: mesh/gamma.md
- Service Facets: mesh/service-facets.md
- Implementations:
- List: implementations.md
- Matching Wizard: implementations/wizard.md
- Comparisons:
- v1.5: implementations/v1.5.md
- v1.4: implementations/v1.4.md
- v1.3: implementations/v1.3.md
- v1.2: implementations/v1.2.md
- FAQ: faq.md
- Glossary: concepts/glossary.md
- Guides:
- Getting Started:
- Introduction: guides/getting-started/index.md
- Deploying a simple Gateway: guides/getting-started/simple-gateway.md
- Migrating from Ingress: guides/getting-started/migrating-from-ingress.md
- Migrating from Ingress-NGINX: guides/getting-started/migrating-from-ingress-nginx.md
- User Guides:
- HTTP routing: guides/http-routing.md
- HTTP redirects and rewrites: guides/http-redirect-rewrite.md
- HTTP header modifier: guides/http-header-modifier.md
- HTTP traffic splitting: guides/traffic-splitting.md
- HTTP request mirroring: guides/http-request-mirroring.md
- HTTP query parameter matching: guides/http-query-param-matching.md
- HTTP method matching: guides/http-method-matching.md
- HTTP timeouts: guides/http-timeouts.md
- HTTP CORS: guides/http-cors.md
- Cross-Namespace routing: guides/multiple-ns.md
- TLS: guides/tls.md
- TLS routing: guides/tls-routing.md
- TCP routing: guides/tcp.md
- gRPC Routing: guides/grpc-routing.md
- Backend Protocol Selection: guides/backend-protocol.md
- Infrastructure attributes: guides/infrastructure.md
- ListenerSet: guides/listener-set.md
- API Design: guides/api-design.md
- CRD Management: guides/crd-management.md
- Implementer's Guide: guides/implementers.md
- Reference:
- API Types:
- Gateway: api-types/gateway.md
- GatewayClass: api-types/gatewayclass.md
- GRPCRoute: api-types/grpcroute.md
- HTTPRoute: api-types/httproute.md
- Policy:
- BackendTLSPolicy: api-types/backendtlspolicy.md
- BackendTrafficPolicy: api-types/backendtrafficpolicy.md
- ReferenceGrant: api-types/referencegrant.md
- TLSRoute: api-types/tlsroute.md
- ListenerSet: api-types/listenerset.md
- API specification:
- Development:
- Standard: reference/spec.md
- Experimental: reference/specx.md
- v1.5:
- Standard: reference/1.5/spec.md
- Experimental: reference/1.5/specx.md
- v1.4:
- Standard: reference/1.4/spec.md
- Experimental: reference/1.4/specx.md
- Policy Attachment: reference/policy-attachment.md
- Enhancements:
- Overview: geps/overview.md
- List: geps/landing/tab.md
- By State:
- Standard: geps/landing/standard.md
- Memorandum: geps/landing/memorandum.md
- Experimental: geps/landing/experimental.md
- Implementable: geps/landing/implementable.md
- Provisional: geps/landing/provisional.md
- Contributing:
- How to Get Involved: contributing/index.md
- Developer Guide: contributing/devguide.md
- Documentation Style Guide: contributing/style-guide.md
- Enhancement Requests: contributing/enhancement-requests.md
- Release Cycle: contributing/release-cycle.md
- Contributor Ladder: contributing/contributor-ladder.md
not_in_nav: |
/blog/*
/geps/gep-696/*