You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/03/23 07:33:26 UTC

[shardingsphere-on-cloud] branch main updated (857b63f -> aa39241)

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

panjuan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


    from 857b63f  Merge pull request #276 from mlycore/refactor-operator
     new b4395e7  chore: add comments
     new b781a47  chore: add comments
     new 21dc676  refactor: refactor Proxy reconciliation
     new defada1  refactor: update container, initcontainer and volume handle
     new e43c505  chore: add unit test for deployment and service
     new 4526e90  fix: fix SetInitContainer overwrite issue
     new 2d2aa1f  chore: fix proxy resources
     new aa39241  Merge pull request #279 from mlycore/refactor-op

The 404 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/kubernetes/configmap/configmap.go          |   5 +
 .../pkg/kubernetes/deployment/deployment.go        |   5 +
 .../pkg/kubernetes/service/service.go              |   5 +
 shardingsphere-operator/pkg/metrics/metrics.go     |   8 +-
 .../pkg/reconcile/computenode/configmap.go         |  25 +++-
 .../pkg/reconcile/computenode/deployment.go        | 131 ++++++++++++++-------
 .../pkg/reconcile/computenode/deployment_test.go   |  94 +++++++++++++++
 .../pkg/reconcile/computenode/service.go           |  12 ++
 .../pkg/reconcile/computenode/service_test.go      |  37 ++++++
 shardingsphere-operator/pkg/reconcile/coverage.txt |  54 ---------
 .../pkg/reconcile/proxy/deployment.go              |   7 +-
 shardingsphere-operator/pkg/reconcile/proxy/hpa.go |   5 +-
 .../pkg/reconcile/proxy/resource.go                |  15 +++
 .../pkg/reconcile/proxy/service.go                 |   3 +
 .../pkg/reconcile/proxy/status.go                  |   9 +-
 15 files changed, 309 insertions(+), 106 deletions(-)
 delete mode 100644 shardingsphere-operator/pkg/reconcile/coverage.txt