This is an automated email from the ASF dual-hosted git repository.
miaoliyao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
from f35126d Merge pull request #351 from mlycore/e2e-frm
new cd44b27 feat(storage-node): add finalize logic
new 4e2b5f9 feat(storage-node): fix computeDesiredState
new 5ca2502 feat(storage-node): use isDeleteBackup instead of isBackup
new 828d9ea Merge pull request #352 from yikuaibro/feat-sn
The 544 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/storage_node_types.go | 20 ++-
.../pkg/controllers/storage_node_controller.go | 144 +++++++++++++++++----
.../pkg/reconcile/storagenode/aws/aurora.go | 6 +
.../pkg/reconcile/storagenode/aws/aws.go | 1 +
.../pkg/reconcile/storagenode/aws/mocks/aws.go | 15 +++
.../pkg/reconcile/storagenode/aws/rdsinstance.go | 93 ++++++++++++-
.../reconcile/storagenode/aws/rdsinstance_test.go | 30 +++--
7 files changed, 266 insertions(+), 43 deletions(-)