-
Notifications
You must be signed in to change notification settings - Fork 1
docs: update CRD docs #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
conformance test report - apisix modeapiVersion: gateway.networking.k8s.io/v1
date: "2025-07-04T09:06:03Z"
gatewayAPIChannel: standard
gatewayAPIVersion: v1.2.0
implementation:
contact: null
organization: APISIX
project: apisix-ingress-controller
url: https://github.com/apache/apisix-ingress-controller.git
version: v2.0.0
kind: ConformanceReport
mode: default
profiles:
- core:
failedTests:
- HTTPRouteCrossNamespace
- HTTPRouteMatchingAcrossRoutes
result: failure
skippedTests:
- HTTPRouteHTTPSListener
statistics:
Failed: 2
Passed: 30
Skipped: 1
name: GATEWAY-HTTP
summary: Core tests failed with 2 test failures. |
conformance test reportapiVersion: gateway.networking.k8s.io/v1
date: "2025-07-16T02:55:18Z"
gatewayAPIChannel: standard
gatewayAPIVersion: v1.2.0
implementation:
contact: null
organization: APISIX
project: apisix-ingress-controller
url: https://github.com/apache/apisix-ingress-controller.git
version: v2.0.0
kind: ConformanceReport
mode: default
profiles:
- core:
result: partial
skippedTests:
- HTTPRouteHTTPSListener
statistics:
Failed: 0
Passed: 32
Skipped: 1
name: GATEWAY-HTTP
summary: Core tests partially succeeded with 1 test skips. |
|
||
// FilterFunc is a user-defined function for advanced request filtering. | ||
// The function can use Nginx variables through the `vars` parameter. | ||
// This field is supported in APISIX but not in API7 Enterprise. | ||
FilterFunc string `json:"filter_func,omitempty" yaml:"filter_func,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This field is supported in APISIX but not in API7 Enterprise.
cc: @oil-oil as discussed yesterday, filter_func
HMAC related docs are not updated (and not marked yet). There was a breaking change and APISIX CRD docs generated for hmac-auth is not applicable for either APISIX or Enterprise. R&D to remove HMAC - since the change is not just a documentary change. discussion: https://applink.feishu.cn/client/message/link/open?token=AmgIUwWIYsABaG8vyr4BgAQ%3D |
conformance test report - apisix modeapiVersion: gateway.networking.k8s.io/v1
date: "2025-07-16T02:51:24Z"
gatewayAPIChannel: standard
gatewayAPIVersion: v1.2.0
implementation:
contact: null
organization: APISIX
project: apisix-ingress-controller
url: https://github.com/apache/apisix-ingress-controller.git
version: v2.0.0
kind: ConformanceReport
mode: default
profiles:
- core:
failedTests:
- HTTPRouteInvalidBackendRefUnknownKind
result: failure
skippedTests:
- HTTPRouteHTTPSListener
statistics:
Failed: 1
Passed: 31
Skipped: 1
name: GATEWAY-HTTP
summary: Core tests failed with 1 test failures. |
conformance test report - apisix-standalone modeapiVersion: gateway.networking.k8s.io/v1
date: "2025-07-16T02:50:24Z"
gatewayAPIChannel: standard
gatewayAPIVersion: v1.2.0
implementation:
contact: null
organization: APISIX
project: apisix-ingress-controller
url: https://github.com/apache/apisix-ingress-controller.git
version: v2.0.0
kind: ConformanceReport
mode: default
profiles:
- core:
failedTests:
- HTTPRouteInvalidBackendRefUnknownKind
result: failure
skippedTests:
- HTTPRouteHTTPSListener
statistics:
Failed: 1
Passed: 31
Skipped: 1
name: GATEWAY-HTTP
summary: Core tests failed with 1 test failures. |
Signed-off-by: ashing <[email protected]>
Description
HMAC related docs are not updated. See: #192 (comment)
Type of change