You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/07/07 04:22:40 UTC

[apisix-ingress-controller] branch master updated: chore: cleanup apisixservice. (#566)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4b16e28  chore: cleanup apisixservice. (#566)
4b16e28 is described below

commit 4b16e289073ad88dc6be49ae621294ecf6c92cb4
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Wed Jul 7 12:22:33 2021 +0800

    chore: cleanup apisixservice. (#566)
    
    follow #230
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
---
 docs/en/latest/practices/the-hard-way.md | 8 +++++++-
 test/e2e/scaffold/ingress.go             | 1 -
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/practices/the-hard-way.md b/docs/en/latest/practices/the-hard-way.md
index 6a29621..74ec36d 100644
--- a/docs/en/latest/practices/the-hard-way.md
+++ b/docs/en/latest/practices/the-hard-way.md
@@ -565,9 +565,15 @@ rules:
       - apisix.apache.org
     resources:
       - apisixroutes
+      - apisixroutes/status
       - apisixupstreams
-      - apisixservices
+      - apisixupstreams/status
       - apisixtlses
+      - apisixtlses/status
+      - apisixclusterconfigs
+      - apisixclusterconfigs/status
+      - apisixconsumers
+      - apisixconsumers/status
     verbs:
       - get
       - list
diff --git a/test/e2e/scaffold/ingress.go b/test/e2e/scaffold/ingress.go
index 75c29ca..2784884 100644
--- a/test/e2e/scaffold/ingress.go
+++ b/test/e2e/scaffold/ingress.go
@@ -154,7 +154,6 @@ rules:
       - apisixroutes/status
       - apisixupstreams
       - apisixupstreams/status
-      - apisixservices
       - apisixtlses
       - apisixtlses/status
       - apisixclusterconfigs