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

[apisix-ingress-controller] branch master updated (942437b -> 5c887ec)

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

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


    from 942437b  docs: design of ingress-controller is included in the sidebar
     add 5c887ec  feat: add upstream status & tls status (#408)

No new revisions were added by this update.

Summary of changes:
 pkg/ingress/apisix_route.go                        |  6 +-
 pkg/ingress/apisix_tls.go                          |  4 ++
 pkg/ingress/apisix_upstream.go                     |  6 ++
 pkg/ingress/status.go                              | 68 +++++++++++++++++++---
 pkg/kube/apisix/apis/config/v1/types.go            | 14 +++--
 .../apisix/apis/config/v1/zz_generated.deepcopy.go |  2 +
 .../versioned/typed/config/v1/apisixtls.go         | 17 ++++++
 .../versioned/typed/config/v1/apisixupstream.go    | 17 ++++++
 .../typed/config/v1/fake/fake_apisixtls.go         | 12 ++++
 .../typed/config/v1/fake/fake_apisixupstream.go    | 12 ++++
 10 files changed, 140 insertions(+), 18 deletions(-)