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 986bb38d Merge pull request #301 from
YarBor/Scenario-rule-configuration
add d569222a add service search. service distribution
add 7faf631b add service search. service distribution
add 3b65cc82 add service search. service distribution
add f623e72b add service search. service distribution
add 47bc6234 add service search. service distribution
add 0f4860ad add service search. service distribution
add 8ce1f7a9 add service search. service distribution
add a38673e2 add service search. service distribution
add b82718c8 Merge branch 'apache:master' into master
add a301c0a8 add service search. service distribution
add 1ff221ee add service search. service distribution
add 8e983c1d add service search. service distribution
add a5aca4a0 add service search. service distribution
add 9289577b add service search. service distribution
add ffe67261 merge latest code, resolve conflicts
add 8d7bf57f merge latest code, resolve conflicts
add daea1b5a merge latest code, resolve conflicts
add 81a620c0 add router
add e329f5af Merge branch 'master' into master
new 8b60acc0 Merge pull request #285 from Yan0613/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:
pkg/admin/constants/constants.go | 5 ++
pkg/admin/handler/service.go | 46 +++++++++--
pkg/admin/model/service.go | 161 +++++++++++++++++++++++++++++++++++++++
pkg/admin/server/router.go | 8 ++
pkg/admin/service/service.go | 122 +++++++++++++++++++++++++++++
5 files changed, 336 insertions(+), 6 deletions(-)
create mode 100644 pkg/admin/model/service.go
create mode 100644 pkg/admin/service/service.go