Closed shreddedbacon closed 2 years ago
Currently lagoon has hardcoded restores in the API (https://github.com/uselagoon/lagoon/issues/3253), instead of defining these in core, the remote-controller should manage this.
The controller should be able to check the cluster for which resource exists and create the appropriate restore when the job is received, the current APIs for k8up are
backup.appuio.ch/v1alpha1
k8up.io/v1
Currently lagoon has hardcoded restores in the API (https://github.com/uselagoon/lagoon/issues/3253), instead of defining these in core, the remote-controller should manage this.
The controller should be able to check the cluster for which resource exists and create the appropriate restore when the job is received, the current APIs for k8up are
backup.appuio.ch/v1alpha1
(k8up v1.x)k8up.io/v1
(k8up v2.x)