This is an automated email from the ASF dual-hosted git repository.

ronething pushed a commit to branch feat/add_checker
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/feat/add_checker by this push:
     new d58a2fed fix: r
d58a2fed is described below

commit d58a2fede5b0526d81e5ee8164663376bbd2176d
Author: Ashing Zheng <[email protected]>
AuthorDate: Sun Sep 28 15:02:44 2025 +0800

    fix: r
    
    Signed-off-by: Ashing Zheng <[email protected]>
---
 config/rbac/role.yaml         |  2 +-
 config/webhook/manifests.yaml | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml
index 0caeaea9..115a1446 100644
--- a/config/rbac/role.yaml
+++ b/config/rbac/role.yaml
@@ -102,8 +102,8 @@ rules:
   - gateways
   - grpcroutes
   - httproutes
-  - tcproutes
   - referencegrants
+  - tcproutes
   verbs:
   - get
   - list
diff --git a/config/webhook/manifests.yaml b/config/webhook/manifests.yaml
index b5b33201..42970dbb 100644
--- a/config/webhook/manifests.yaml
+++ b/config/webhook/manifests.yaml
@@ -124,6 +124,46 @@ webhooks:
     resources:
     - gatewayproxies
   sideEffects: None
+- admissionReviewVersions:
+  - v1
+  clientConfig:
+    service:
+      name: webhook-service
+      namespace: system
+      path: /validate-gateway-networking-k8s-io-v1-grpcroute
+  failurePolicy: Fail
+  name: vgrpcroute-v1.kb.io
+  rules:
+  - apiGroups:
+    - gateway.networking.k8s.io
+    apiVersions:
+    - v1
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - grpcroutes
+  sideEffects: None
+- admissionReviewVersions:
+  - v1
+  clientConfig:
+    service:
+      name: webhook-service
+      namespace: system
+      path: /validate-gateway-networking-k8s-io-v1-httproute
+  failurePolicy: Fail
+  name: vhttproute-v1.kb.io
+  rules:
+  - apiGroups:
+    - gateway.networking.k8s.io
+    apiVersions:
+    - v1
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - httproutes
+  sideEffects: None
 - admissionReviewVersions:
   - v1
   clientConfig:

Reply via email to