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

Embed subscriber service

This commit is contained in:
Jason-ZW
2019-01-30 13:32:08 +08:00
committed by niusmallnan
parent 204f8890ab
commit edf913012d
4 changed files with 81 additions and 1 deletions

View File

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