You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2024/01/11 09:23:23 UTC

(dubbo-kubernetes) branch master updated (2925c3c7 -> 3e060ac8)

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 2925c3c7 Merge pull request #132 from dawnzzz/bufman
     new fa65f417 feat: cache bootstrap
     new 05607e5a feat: add cache instance in config
     new 949406c9 doc(cache): add cache dev document
     new 72b6fbea fix: lint
     new 3e060ac8 Merge pull request #138 from ev1lQuark/cache-bootstrap

The 999 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/bootstrap.go                         |  2 +-
 pkg/admin/cache/README.md                      | 48 ++++++++++++++++++++++++++
 pkg/admin/cache/registry/extension.go          | 10 +++---
 pkg/admin/cache/registry/kube/registry.go      | 19 +++++++---
 pkg/admin/cache/registry/universal/registry.go | 11 +++---
 pkg/admin/config/config.go                     |  3 ++
 6 files changed, 80 insertions(+), 13 deletions(-)
 create mode 100644 pkg/admin/cache/README.md