1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 04:01:20 +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

@@ -158,6 +158,7 @@ type UpgradeConfig struct {
URL string `yaml:"url,omitempty"`
Image string `yaml:"image,omitempty"`
Rollback string `yaml:"rollback,omitempty"`
Policy string `yaml:"policy,omitempty"`
}
type EngineOpts struct {