oceanbase / ob-operator

Kubernetes operator for OceanBase
https://oceanbase.github.io/ob-operator/
Other
148 stars 39 forks source link

feat(cli): backup policy management #594

Closed lizzy-0323 closed 1 month ago

lizzy-0323 commented 1 month ago

Summary

cli commands for backup policy management:

Solution Description

lizzy-0323 commented 1 month ago

How about adding a get/show sub command to display backup policy for a specific tenant? The command could be like cli backup show <tenantName> and it display the information and backup jobs of the backup policy.

I think this is a good suggestion and also matches the other commands, and i will complete it when i have time.