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

Replace resize system service with cloud config option

This commit is contained in:
Josh Curl
2016-06-07 09:53:41 -07:00
parent 4d5e77f0d6
commit 9658d3bffd
4 changed files with 815 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ type RancherConfig struct {
Docker DockerConfig `yaml:"docker,omitempty"`
RegistryAuths map[string]types.AuthConfig `yaml:"registry_auths,omitempty"`
Defaults Defaults `yaml:"defaults,omitempty"`
ResizeDevice string `yaml:"resize_device,omitempty"`
}
type UpgradeConfig struct {