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 69233c46 Merge pull request #231 from sjmshsh/master
     add 7d27669e fix
     add 69d38fc0 k8s mode fix
     add 66c8b804 k8s mode fix
     add 92552531 k8s mode fix
     add bc5e2a23 k8s mode fix
     add 50cc4be1 k8s mode fix
     add 5eea09b6 k8s mode fix
     add 30f38a05 k8s mode fix
     add feeae37e k8s mode fix
     add 013b49b3 k8s mode fix
     add c4e4bbec k8s mode fix
     new 641e7a22 Merge pull request #233 from sjmshsh/master

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/dubbo-cp/cmd/run.go                            |  18 ++--
 conf/dubbo-cp.yaml                                 |   9 +-
 pkg/admin/component.go                             |   3 +-
 pkg/config/app/dubbo-cp/config.go                  |  41 +++++---
 pkg/config/multizone/multicluster.go               |  18 +++-
 .../managers/apis/dataplane/dataplane_manager.go   |   7 +-
 pkg/dds/global/components.go                       |   4 +-
 pkg/dds/mux/client.go                              |   4 +-
 pkg/dubbo/pusher/pusher.go                         |  10 +-
 pkg/plugins/resources/k8s/store.go                 |   5 +-
 pkg/plugins/resources/traditional/store.go         |  16 +--
 .../traditional/{path_util.go => utils.go}         |   8 ++
 .../resources/traditional/utils_test.go}           |  17 ++--
 .../runtime/k8s/controllers/pod_controller.go      |  13 ++-
 pkg/test/component.go                              | 111 +++++++++++++++------
 test/app/consumer/deployment.yaml                  |   2 +-
 16 files changed, 188 insertions(+), 98 deletions(-)
 rename pkg/plugins/resources/traditional/{path_util.go => utils.go} (90%)
 copy pkg/{core/cmd/helpers.go => plugins/resources/traditional/utils_test.go} 
(71%)

Reply via email to