1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

Add subscriber service

This commit is contained in:
niusmallnan
2019-02-10 16:23:59 +08:00
parent c4a0dc5534
commit a8cea07f90
5 changed files with 82 additions and 1 deletions

View File

@@ -99,7 +99,8 @@ var schema = `{
"properties": {
"url": {"type": "string"},
"image": {"type": "string"},
"rollback": {"type": "string"}
"rollback": {"type": "string"},
"policy": {"type": "string"}
}
},