add ResticRepository CRD and move repo-level actions to a controller

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-06-06 14:32:28 -07:00
parent f1e82a2fe3
commit 65ed8da4b7
28 changed files with 1190 additions and 208 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ Work with restic repositories
### SEE ALSO
* [ark](ark.md) - Back up and restore Kubernetes cluster resources.
* [ark restic init-repository](ark_restic_init-repository.md) - create an encryption key for a restic repository
* [ark restic init-repository](ark_restic_init-repository.md) - initialize a restic repository for a specified namespace
* [ark restic server](ark_restic_server.md) - Run the ark restic server
@@ -1,14 +1,14 @@
## ark restic init-repository
create an encryption key for a restic repository
initialize a restic repository for a specified namespace
### Synopsis
create an encryption key for a restic repository
initialize a restic repository for a specified namespace
```
ark restic init-repository [flags]
ark restic init-repository NAMESPACE [flags]
```
### Options