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

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


    from 23e5ebd  feat: apisixconsumer translator (#474)
     add cddcd29  feat: add pod controller and pod cache (#490)

No new revisions were added by this update.

Summary of changes:
 pkg/ingress/controller.go          |  14 +++++
 pkg/ingress/pod.go                 | 100 +++++++++++++++++++++++++++++++++
 pkg/ingress/pod_test.go            | 111 +++++++++++++++++++++++++++++++++++++
 pkg/kube/translation/translator.go |   1 +
 pkg/types/pod.go                   |  84 ++++++++++++++++++++++++++++
 pkg/types/pod_test.go              |  69 +++++++++++++++++++++++
 6 files changed, 379 insertions(+)
 create mode 100644 pkg/ingress/pod.go
 create mode 100644 pkg/ingress/pod_test.go
 create mode 100644 pkg/types/pod.go
 create mode 100644 pkg/types/pod_test.go

Reply via email to