This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
from 2ce52eb Merge pull request #284 from mlycore/fix-ci
new 7942003 chore: add ShardingSphereChaos and StorageNode api types
template
new 648eee1 chore: add template for ShardingSphereChaos and StorageNode
controllers
new 5fdad07 chore: update controller manager to set ShardingSphereChaos
and StorageNode as feature gates
new 8ac7dbc Merge pull request #285 from mlycore/frm
The 428 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/shardingsphere_chaos_types.go | 47 ++++++
.../api/v1alpha1/storage_node_types.go | 47 ++++++
.../api/v1alpha1/zz_generated.deepcopy.go | 178 +++++++++++++++++++++
.../cmd/shardingsphere-operator/manager/option.go | 22 +++
.../shardingsphere_chaos_controller.go} | 39 +++--
.../controllers/storage_node_controller.go} | 37 +++--
6 files changed, 342 insertions(+), 28 deletions(-)
create mode 100644
shardingsphere-operator/api/v1alpha1/shardingsphere_chaos_types.go
create mode 100644 shardingsphere-operator/api/v1alpha1/storage_node_types.go
copy shardingsphere-operator/{cmd/shardingsphere-operator/main.go =>
pkg/controllers/shardingsphere_chaos_controller.go} (52%)
copy shardingsphere-operator/{cmd/shardingsphere-operator/main.go =>
pkg/controllers/storage_node_controller.go} (56%)