velero/pkg/cmd/cli/restore
Shubham 468c4faf1b Introduce validation logic to `ark restore logs`
This commit introduces validation logic to `ark restore logs`
command, the way it already exists in other commands like `ark
restore create`.

Before the logs for a restore are fetched from the server, the
server is contacted to check if the specified restore exists. If
it does not, it errors out.

Fixes #389

Signed-off-by: Shubham <shubham@linux.com>
2018-04-12 13:06:32 +05:30
..
create.go move getting client into Complete() 2018-04-03 20:43:42 -07:00
delete.go use cobra's arg-count validation & call Complete() before Validate() 2018-04-03 09:45:29 -07:00
describe.go Support running in any namespace 2018-01-05 16:51:59 -05:00
get.go Support running in any namespace 2018-01-05 16:51:59 -05:00
logs.go Introduce validation logic to `ark restore logs` 2018-04-12 13:06:32 +05:30
restore.go Merge pull request #252 from skriss/delete-backup 2018-01-02 14:26:03 -05:00