rds-controller
rds-controller copied to clipboard
Add support for `RestoreDBClusterToPointInTime`
Issue #, if available: https://github.com/aws-controllers-k8s/community/issues/1665
Description of changes:
This PR add support for restoring a DBCluster
from another cluster, and specifying the type and time for the restore.
It follows the same approach used for restoring a DBCluster
from a snapshot in https://github.com/aws-controllers-k8s/rds-controller/pull/101