Skip to content

Commit d3983e1

Browse files
authored
Merge pull request #2746 from xtineskim/cilium-conformance-list-extended
List Cilium's extended supported features
2 parents 58abf48 + 70ba62a commit d3983e1

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed
Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: gateway.networking.k8s.io/v1alpha1
2-
date: "2023-11-03T05:34:35Z"
2+
date: '2023-11-03T05:34:35Z'
33
gatewayAPIVersion: v1.0.0
44
implementation:
55
contact:
6-
- https://github.com/cilium/community/blob/main/roles/Maintainers.md
6+
- 'https://github.com/cilium/community/blob/main/roles/Maintainers.md'
77
organization: cilium
88
project: cilium
99
url: github.com/cilium/cilium
@@ -16,20 +16,34 @@ profiles:
1616
Failed: 0
1717
Passed: 29
1818
Skipped: 0
19-
summary: ""
19+
summary: ''
2020
extended:
2121
result: success
2222
statistics:
2323
Failed: 0
2424
Passed: 12
2525
Skipped: 0
26-
summary: ""
27-
name: HTTP
26+
summary: ''
27+
supportedFeatures:
28+
- HTTPRouteBackendTimeout
29+
- HTTPRouteHostRewrite
30+
- HTTPRouteMethodMatching
31+
- HTTPRouteParentRefPort
32+
- HTTPRoutePathRedirect
33+
- HTTPRoutePathRewrite
34+
- HTTPRoutePortRedirect
35+
- HTTPRouteQueryParamMatching
36+
- HTTPRouteRequestMirror
37+
- HTTPRouteRequestMultipleMirrors
38+
- HTTPRouteRequestTimeout
39+
- HTTPRouteResponseHeaderModification
40+
- HTTPRouteSchemeRedirect
41+
name: HTTP
2842
- core:
2943
result: success
3044
statistics:
3145
Failed: 0
3246
Passed: 10
3347
Skipped: 0
34-
summary: ""
48+
summary: ''
3549
name: TLS

0 commit comments

Comments
 (0)