Skip to content

Commit c0eb1ec

Browse files
committed
Add contour conformance report for v1.0.0
Contour v1.28.0 supports Gateway API v1.0.0 Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent ee9e957 commit c0eb1ec

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
apiVersion: gateway.networking.k8s.io/v1alpha1
2+
date: "2024-02-12T16:01:26Z"
3+
gatewayAPIVersion: v1.0.0
4+
implementation:
5+
contact:
6+
- '@projectcontour/maintainers'
7+
organization: projectcontour
8+
project: contour
9+
url: https://projectcontour.io/
10+
version: v1.28.0
11+
kind: ConformanceReport
12+
profiles:
13+
- core:
14+
result: success
15+
statistics:
16+
Failed: 0
17+
Passed: 29
18+
Skipped: 0
19+
summary: ""
20+
extended:
21+
result: partial
22+
skippedTests:
23+
- HTTPRouteTimeoutBackendRequest
24+
statistics:
25+
Failed: 0
26+
Passed: 11
27+
Skipped: 1
28+
summary: ""
29+
supportedFeatures:
30+
- HTTPRouteSchemeRedirect
31+
- HTTPRoutePathRedirect
32+
- HTTPRoutePortRedirect
33+
- HTTPRouteRequestMirror
34+
- HTTPRouteQueryParamMatching
35+
- HTTPRoutePathRewrite
36+
- HTTPRouteBackendTimeout
37+
- HTTPRouteMethodMatching
38+
- HTTPRouteResponseHeaderModification
39+
- HTTPRouteHostRewrite
40+
- HTTPRouteRequestMultipleMirrors
41+
- HTTPRouteRequestTimeout
42+
name: HTTP
43+
- core:
44+
result: success
45+
statistics:
46+
Failed: 0
47+
Passed: 10
48+
Skipped: 0
49+
summary: ""
50+
name: TLS

0 commit comments

Comments
 (0)