This is an automated email from the ASF dual-hosted git repository.
yx9o pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
from e69be4b Merge pull request #377 from mlycore/fix-arm-build
new 3d3764e feat: upgrade computenode conditions and phase
new c150196 refactor: move status related functions to reconcile
new aeb5a16 refactor: remove unused functions
new e3b441f fix: using podlist items instead of spec replicas
new dc91aef chore: rename compute node filename
new 2d93d62 feat: adjust conditions to list
new ba59966 feat: adjust conditions
new 9ad041b chore: add unit test
new d6022ef chore: update golang ci lint style
new 4a5abbb Merge pull request #379 from mlycore/feat-cn-conditions
The 603 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:
.../api/v1alpha1/compute_node_types.go | 35 ++---
.../api/v1alpha1/zz_generated.deepcopy.go | 24 +--
.../pkg/controllers/compute_node_controller.go | 162 ++++++---------------
.../pkg/controllers/proxy_controller.go | 2 -
.../pkg/reconcile/computenode/compute_node.go | 145 ++++++++++++++++++
.../pkg/reconcile/computenode/compute_node_test.go | 116 +++++++++++++++
.../pkg/reconcile/computenode/computer_node.go | 18 ---
7 files changed, 320 insertions(+), 182 deletions(-)
create mode 100644
shardingsphere-operator/pkg/reconcile/computenode/compute_node.go
create mode 100644
shardingsphere-operator/pkg/reconcile/computenode/compute_node_test.go
delete mode 100644
shardingsphere-operator/pkg/reconcile/computenode/computer_node.go