vertica / vertica-kubernetes

Operator, container and Helm chart to deploy Vertica in Kubernetes
Apache License 2.0
44 stars 25 forks source link

Implement controller logic for VerticaRestorePointsQuery #692

Closed chinhtranvan closed 8 months ago

chinhtranvan commented 8 months ago

As we discussed, this task is divided into two parts. This PR completed the first part, which involved calling the vclusterops API to perform the restore points query. A follow-up task to copy the result of the query into the CRs status fields will be processed later