etcd-cluster-operator icon indicating copy to clipboard operation
etcd-cluster-operator copied to clipboard

Add defaulting and validation hooks for EtcdBackup/EtcdBackupSchedule resources

Open adamhosier opened this issue 6 years ago • 0 comments

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...

adamhosier avatar Nov 28 '19 15:11 adamhosier