etcd-cluster-operator
etcd-cluster-operator copied to clipboard
Add defaulting and validation hooks for EtcdBackup/EtcdBackupSchedule resources
Defaulting is not currently required, we require all fields to be explicit, but there is a good chance it will be required in the future as the API is modified so it makes sense for the framework to exist.
Validation could include
- Ensure that exactly one backup destination is set
- etc...