add data model for the reference front-end #31
2 changed files with 11 additions and 1 deletions
|
@ -13,5 +13,15 @@ erDiagram
|
||||||
json configuration
|
json configuration
|
||||||
option[string] version
|
option[string] version
|
||||||
}
|
}
|
||||||
|
backup["back-up"] {
|
||||||
|
string bucket
|
||||||
|
string endpoint
|
||||||
|
}
|
||||||
|
keypair {
|
||||||
|
string access_key
|
||||||
|
string secret_key
|
||||||
|
}
|
||||||
operator ||--o{ deployment : has
|
operator ||--o{ deployment : has
|
||||||
deployment }|--|| runtime : uses
|
deployment }|--|| runtime : uses
|
||||||
|
deployment ||--o{ backup : has
|
||||||
|
backup ||--|{ keypair : authorises
|
||||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 13 KiB |
Loading…
Add table
Reference in a new issue