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/06/02 13:02:21 UTC

[apisix-ingress-controller] branch master updated (3337be7 -> f6cb4f9)

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

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


    from 3337be7  feat: subset changes in controllers (#507)
     add f6cb4f9  feat: consumer controller loop (#516)

No new revisions were added by this update.

Summary of changes:
 pkg/apisix/apisix.go                               |   2 +
 pkg/apisix/cluster.go                              |   5 +
 pkg/apisix/nonexistentclient.go                    |  28 +++
 pkg/ingress/apisix_consumer.go                     | 223 +++++++++++++++++++++
 pkg/ingress/controller.go                          |  26 ++-
 pkg/ingress/status.go                              |  15 ++
 pkg/kube/apisix/apis/config/v2alpha1/register.go   |   2 +
 pkg/kube/apisix/apis/config/v2alpha1/types.go      |   2 +-
 .../apis/config/v2alpha1/zz_generated.deepcopy.go  |   2 +-
 test/e2e/features/consumer.go                      |  63 ++++++
 test/e2e/scaffold/k8s.go                           |  20 ++
 11 files changed, 384 insertions(+), 4 deletions(-)
 create mode 100644 pkg/ingress/apisix_consumer.go
 create mode 100644 test/e2e/features/consumer.go