This is an automated email from the ASF dual-hosted git repository. ronething pushed a commit to branch feat/webhook_server in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit fd1e1a13faedbff964f5be848c2b69bfba4c2509 Author: Ashing Zheng <[email protected]> AuthorDate: Wed Sep 17 17:15:45 2025 +0800 feat: add ingress webhook Signed-off-by: Ashing Zheng <[email protected]> --- PROJECT | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/PROJECT b/PROJECT index c4e93ad4..6c8ff968 100644 --- a/PROJECT +++ b/PROJECT @@ -12,16 +12,6 @@ resources: crdVersion: v1 namespaced: true controller: true - domain: github.com - group: apisix.apache.org - kind: Guestbook - path: github.com/apache/apisix-ingress-controller/api/v1alpha1 - version: v1alpha1 -- api: - crdVersion: v1 - namespaced: true - controller: true - domain: github.com group: apisix.apache.org kind: GatewayProxy path: github.com/apache/apisix-ingress-controller/api/v1alpha1 @@ -29,7 +19,6 @@ resources: - api: crdVersion: v1 namespaced: true - domain: github.com group: apisix.apache.org kind: HTTPRoutePolicy path: github.com/apache/apisix-ingress-controller/api/v1alpha1 @@ -38,7 +27,6 @@ resources: crdVersion: v1 namespaced: true controller: true - domain: github.com group: apisix.apache.org kind: ApisixRoute path: github.com/apache/apisix-ingress-controller/api/v2 @@ -47,7 +35,6 @@ resources: crdVersion: v1 namespaced: true controller: true - domain: github.com group: apisix.apache.org kind: ApisixConsumer path: github.com/apache/apisix-ingress-controller/api/v2 @@ -56,7 +43,6 @@ resources: crdVersion: v1 namespaced: true controller: true - domain: github.com group: apisix.apache.org kind: ApisixGlobalRule path: github.com/apache/apisix-ingress-controller/api/v2 @@ -65,7 +51,6 @@ resources: crdVersion: v1 namespaced: true controller: true - domain: github.com group: apisix.apache.org kind: ApisixTls path: github.com/apache/apisix-ingress-controller/api/v2 @@ -74,7 +59,6 @@ resources: crdVersion: v1 namespaced: true controller: true - domain: github.com group: apisix.apache.org kind: ApisixUpstream path: github.com/apache/apisix-ingress-controller/api/v2 @@ -82,9 +66,24 @@ resources: - api: crdVersion: v1 namespaced: true - domain: github.com group: apisix.apache.org kind: ApisixPluginConfig path: github.com/apache/apisix-ingress-controller/api/v2 version: v2 +- api: + crdVersion: v1 + namespaced: true + controller: true + group: networking.k8s.io + kind: Ingress + path: k8s.io/api/networking/v1 + version: v1 +- api: + crdVersion: v1 + namespaced: false + controller: true + group: networking.k8s.io + kind: IngressClass + path: k8s.io/api/networking/v1 + version: v1 version: "3"
