generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(conformance): add KIC v3.3.1 report (#3305)
Signed-off-by: Jintao Zhang <[email protected]>
- Loading branch information
1 parent
24f7392
commit cb846ce
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
...rts/v1.1.0/kong-kubernetes-ingress-controller/experimental-v3.3.1-expressions-report.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
apiVersion: gateway.networking.k8s.io/v1alpha1 | ||
date: "2024-08-29T09:25:53Z" | ||
gatewayAPIChannel: experimental | ||
gatewayAPIVersion: v1.1.0 | ||
implementation: | ||
contact: | ||
- github.com/kong/kubernetes-ingress-controller/issues/new/choose | ||
organization: Kong | ||
project: kubernetes-ingress-controller | ||
url: github.com/kong/kubernetes-ingress-controller | ||
version: v3.3.1 | ||
kind: ConformanceReport | ||
mode: expressions | ||
profiles: | ||
- core: | ||
result: partial | ||
skippedTests: | ||
- GRPCRouteListenerHostnameMatching | ||
statistics: | ||
Failed: 0 | ||
Passed: 11 | ||
Skipped: 1 | ||
name: GATEWAY-GRPC | ||
summary: Core tests partially succeeded with 1 test skips. | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 33 | ||
Skipped: 0 | ||
extended: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 5 | ||
Skipped: 0 | ||
supportedFeatures: | ||
- HTTPRouteHostRewrite | ||
- HTTPRouteMethodMatching | ||
- HTTPRoutePathRewrite | ||
- HTTPRouteQueryParamMatching | ||
- HTTPRouteResponseHeaderModification | ||
unsupportedFeatures: | ||
- GatewayHTTPListenerIsolation | ||
- GatewayPort8080 | ||
- GatewayStaticAddresses | ||
- HTTPRouteBackendRequestHeaderModification | ||
- HTTPRouteBackendTimeout | ||
- HTTPRouteParentRefPort | ||
- HTTPRoutePathRedirect | ||
- HTTPRoutePortRedirect | ||
- HTTPRouteRequestMirror | ||
- HTTPRouteRequestMultipleMirrors | ||
- HTTPRouteRequestTimeout | ||
- HTTPRouteSchemeRedirect | ||
name: GATEWAY-HTTP | ||
summary: Core tests succeeded. Extended tests succeeded. |