You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2023/06/09 02:38:54 UTC

[shardingsphere-on-cloud] branch main updated (93ddb65 -> 0bc08b8)

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

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


    from 93ddb65  Merge pull request #405 from mlycore/update-stress
     add 0bc08b8  refactor(operator): adjust code style (#409)

No new revisions were added by this update.

Summary of changes:
 .../cmd/shardingsphere-operator/manager/manager.go |  4 +-
 .../cmd/shardingsphere-operator/manager/option.go  |  6 +--
 shardingsphere-operator/go.sum                     |  2 -
 .../pkg/controllers/chaos_controller.go            |  2 +-
 .../pkg/kubernetes/chaosmesh/builder.go            | 54 +++++++++++-----------
 .../pkg/kubernetes/cloudnative-pg/builder.go       |  5 --
 .../kubernetes/service/{buidler.go => builder.go}  |  0
 .../{shardingspherechaos => chaos}/configmap.go    |  2 +-
 .../{shardingspherechaos => chaos}/job.go          |  2 +-
 .../shardingspherechaos/shardingsphere_chaos.go    | 18 --------
 10 files changed, 34 insertions(+), 61 deletions(-)
 rename shardingsphere-operator/pkg/kubernetes/service/{buidler.go => builder.go} (100%)
 rename shardingsphere-operator/pkg/reconcile/{shardingspherechaos => chaos}/configmap.go (97%)
 rename shardingsphere-operator/pkg/reconcile/{shardingspherechaos => chaos}/job.go (99%)
 delete mode 100644 shardingsphere-operator/pkg/reconcile/shardingspherechaos/shardingsphere_chaos.go