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

liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


    from bedbafe8 Merge pull request #257 from nasuiyile/master
     add 6ccf5636 fix(xds): add missing resources to the xdsContext
     add 1e3f9b59 feat: add ingress proxy
     add 3cb49a39 Merge branch 'main' into xds-server
     add 856b8308 remove duplicated nil check
     new b773f5a2 Merge pull request #251 from yin1999/xds-server

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 app/dubboctl/cmd/build.go                    |   3 -
 pkg/core/runtime/builder.go                  |   8 ++
 pkg/core/runtime/runtime.go                  |   7 ++
 pkg/core/xds/types.go                        |   1 +
 pkg/xds/context/aggregate_mesh_context.go    |  57 ++++++++++
 pkg/xds/context/context.go                   |  45 ++++++++
 pkg/xds/context/mesh_context_builder.go      |  96 ++++++++++++++++-
 pkg/xds/envoy/endpoints/endpoints.go         |   2 +-
 pkg/xds/generator/ingress_proxy_generator.go |  63 ++++++++++-
 pkg/xds/generator/zoneproxy/destinations.go  |  48 +++++++++
 pkg/xds/generator/zoneproxy/generator.go     | 155 +++++++++++++++++++++++++++
 pkg/xds/ingress/dataplane.go                 | 116 ++++++++++++++++++++
 pkg/xds/ingress/outbound.go                  |  39 +++++++
 pkg/xds/ingress/router.go                    |  19 ++++
 pkg/xds/sync/componenets.go                  |   1 +
 pkg/xds/sync/dataplane_watchdog.go           |  38 ++++++-
 pkg/xds/sync/ingress_proxy_builder.go        |  89 ++++++++++++++-
 pkg/xds/topology/dataplane.go                |  16 +++
 18 files changed, 789 insertions(+), 14 deletions(-)
 create mode 100644 pkg/xds/context/aggregate_mesh_context.go
 create mode 100644 pkg/xds/generator/zoneproxy/destinations.go
 create mode 100644 pkg/xds/generator/zoneproxy/generator.go
 create mode 100644 pkg/xds/ingress/dataplane.go
 create mode 100644 pkg/xds/ingress/outbound.go
 create mode 100644 pkg/xds/ingress/router.go

Reply via email to