zfs-localpv/deploy
Pawan 26968b5394 feat(backup,restore): adding validation for backup and restore
Added a schema validation for backup and restore CR. Also validating
the server address in the backup/restore controller.

Validating the server address as :

^([0-9]+.[0-9]+.[0-9]+.[0-9]+:[0-9]+)$

which is :

<any number>.<any number>.<any number>.<any number>:<any number>

Here we are validating just the format of the IP, not validating that IP should be
correct which  will be little more complex. In any case if IP is not correct,
the zfs send will fail, so no need to do complex validation to validate the
correct IP and port.

Signed-off-by: Pawan <pawan@mayadata.io>
2020-09-30 11:32:32 +05:30
..
sample chore(doc): adding docs for backup and restore 2020-09-15 23:31:54 +05:30
yamls feat(backup,restore): adding validation for backup and restore 2020-09-30 11:32:32 +05:30
zfs-operator.yaml feat(backup,restore): adding validation for backup and restore 2020-09-30 11:32:32 +05:30