1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 21:23:13 +00:00

add upgrade framework for rancherctl os command

This commit is contained in:
sidharthamani
2015-02-20 22:35:42 -08:00
parent c508994b59
commit 594db8fd8c
4 changed files with 200 additions and 15 deletions

View File

@@ -46,6 +46,7 @@ type Config struct {
RescueContainer *ContainerConfig `yaml:"rescue_container,omitempty"`
State ConfigState `yaml:"state,omitempty"`
Userdocker UserDockerInfo `yaml:"userdocker,omitempty"`
OsUpgradeChannel string `yaml:"os_upgrade_channel,omitempty"`
SystemContainers []ContainerConfig `yaml:"system_containers,omitempty"`
SystemDockerArgs []string `yaml:"system_docker_args,flow,omitempty"`
Modules []string `yaml:"modules,omitempty"`