generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conformance report for Application Gateway for Containers (#3021)
* add conformance report for AGC * Update site-src/implementations.md Co-authored-by: Rob Scott <rob.scott87@gmail.com> --------- Co-authored-by: Rob Scott <rob.scott87@gmail.com>
- Loading branch information
1 parent
f7ab534
commit 8372d20
Showing
3 changed files
with
60 additions
and
3 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
conformance/reports/v1.0.0/azure-application-gateway-for-containers/README.md
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,13 @@ | ||
# Azure Application Gateway for Containers | ||
|
||
[Application Gateway for Containers][azure-application-gateway-for-containers] is a managed application (layer 7) load balancing solution, providing dynamic traffic management capabilities for workloads running in a Kubernetes cluster in Azure. Follow the [quickstart guide][azure-application-gateway-for-containers-quickstart-controller] to deploy the ALB controller and get started with Gateway API. | ||
|
||
## Table of Contents | ||
|
||
|API channel|Implementation version|Mode|Report| | ||
|-----------|----------------------|----|------| | ||
|x|[v1.0.0](https://learn.microsoft.com/azure/application-gateway/for-containers/alb-controller-release-notes#latest-release-recommended)|x|[link](./v1.0.0-report.yaml)| | ||
|
||
|
||
[azure-application-gateway-for-containers]:https://aka.ms/appgwcontainers/docs | ||
[azure-application-gateway-for-containers-quickstart-controller]:https://aka.ms/appgwcontainers/docs |
43 changes: 43 additions & 0 deletions
43
conformance/reports/v1.0.0/azure-application-gateway-for-containers/v1.0.0-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,43 @@ | ||
apiVersion: gateway.networking.k8s.io/v1alpha1 | ||
date: "2024-04-24T16:38:02-07:00" | ||
gatewayAPIVersion: v1.0.0 | ||
implementation: | ||
contact: | ||
- agcfeedback@microsoft.com | ||
organization: Microsoft Azure | ||
project: Application Gateway for Containers | ||
url: https://aka.ms/appgwcontainers/docs | ||
version: v1.0.0 | ||
kind: ConformanceReport | ||
profiles: | ||
- core: | ||
result: partial | ||
statistics: | ||
Passed: 28 | ||
Skipped: 1 | ||
Failed: 0 | ||
summary: "" | ||
skippedTests: | ||
- GatewayClassObservedGenerationBump | ||
extended: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 8 | ||
Skipped: 0 | ||
summary: "" | ||
supportedFeatures: | ||
- HTTPRouteResponseHeaderModification | ||
- HTTPRouteMethodMatching | ||
- HTTPRoutePortRedirect | ||
- HTTPRoutePathRedirect | ||
- HTTPRouteHostRewrite | ||
- HTTPRouteQueryParamMatching | ||
- HTTPRouteSchemeRedirect | ||
- HTTPRoutePathRewrite | ||
unsupportedFeatures: | ||
- HTTPRouteRequestTimeout | ||
- HTTPRouteBackendTimeout | ||
- HTTPRouteRequestMultipleMirrors | ||
- HTTPRouteRequestMirror | ||
name: HTTP |
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