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/02/05 10:36:32 UTC

[shardingsphere-on-cloud] branch main updated (6ce0649 -> d7a4e4c)

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 6ce0649  refactor(operator): refactor Service and ConfigMap build (#190)
     new 1166cf5  chore: update go mod for zap log
     new 12b3120  refactor: refactor manager setup with options
     new d7a4e4c  Merge pull request #192 from mlycore/update-log

The 290 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:
 .../cmd/shardingsphere-operator/main.go            | 10 ++-
 .../cmd/shardingsphere-operator/manager/manager.go | 67 ++++---------------
 .../cmd/shardingsphere-operator/manager/option.go  | 76 ++++++++++++++++++++++
 shardingsphere-operator/go.mod                     | 16 ++---
 shardingsphere-operator/go.sum                     | 16 ++---
 5 files changed, 104 insertions(+), 81 deletions(-)
 create mode 100644 shardingsphere-operator/cmd/shardingsphere-operator/manager/option.go