apisix-ingress-controller icon indicating copy to clipboard operation
apisix-ingress-controller copied to clipboard

feat: Compatible with APISIX v3

Open tao12345666333 opened this issue 1 year ago • 0 comments

Apache APISIX v3 will be released some time later, in this version a lot of adjustments have been made to the Admin API (this is currently the main way APISIX Ingress controller communicates with APISIX)

So we need to be compatible with the Admin API in APISIX v3

The task is relatively simple

  • Added APISIX v3 image for e2e test. (You can use apache/apisix:dev)
  • Modify the processing logic of the results returned by the Admin API in the code

tao12345666333 avatar Sep 18 '22 07:09 tao12345666333