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 4831318c Merge pull request #60 from sjmshsh/master
new 638956f4 change config
new df61f2b8 change dds
new 6e6cb728 change the way on bootstrap
new 598c180e fix test
new 2e495f27 fix test
new 7bcdc70d fix test
new 8a3be86a fix testclient
new e1a0a538 AdminPort -> Port
new f8e72f86 solve current write
new 3169a81d Merge pull request #62 from sjmshsh/master
The 899 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:
conf/admin.yml | 62 +++++----
pkg/authority/setup.go | 3 +
pkg/config/admin/config.go | 13 +-
pkg/config/app/dubbo-cp/config.go | 58 ++++----
pkg/config/app/dubbo-cp/dubbo-cp.default.yaml | 56 ++++----
pkg/{admin/util/hash.go => config/dds/config.go} | 21 +--
.../setup.go => config/dds/debounce/config.go} | 17 ++-
pkg/config/kube/config.go | 14 +-
pkg/config/option/option.go | 34 -----
pkg/config/security/config.go | 12 +-
pkg/config/server/config.go | 6 +-
pkg/config/util.go | 2 +-
.../validate.go => pkg/config/webhook/config.go | 11 +-
pkg/core/cert/provider/certelection.go | 2 +-
pkg/core/client/webhook/client.go | 2 +-
pkg/dds/kube/crdclient/handler.go | 7 +-
pkg/dds/server/server.go | 2 +-
pkg/dds/storage/storage_test.go | 62 ++-------
pkg/snp/server/servicemapping.go | 6 +-
pkg/webhook/patch/dubbosdk_test.go | 152 +++++++++++++--------
pkg/webhook/setup.go | 3 +
pkg/webhook/webhook/server.go | 4 +-
pkg/webhook/webhook/server_test.go | 7 +-
test/testclient/test.yml | 73 +++++-----
24 files changed, 308 insertions(+), 321 deletions(-)
copy pkg/{admin/util/hash.go => config/dds/config.go} (74%)
copy pkg/{cp-server/setup.go => config/dds/debounce/config.go} (77%)
delete mode 100644 pkg/config/option/option.go
copy app/dubboctl/internal/dubbo/validate.go => pkg/config/webhook/config.go
(81%)