mirror of
https://github.com/rancher/os.git
synced 2025-07-19 17:39:04 +00:00
parent
618cd741d8
commit
2cbde58c30
@ -81,6 +81,7 @@ type RancherConfig struct {
|
|||||||
Modules []string `yaml:"modules,omitempty"`
|
Modules []string `yaml:"modules,omitempty"`
|
||||||
Network netconf.NetworkConfig `yaml:"network,omitempty"`
|
Network netconf.NetworkConfig `yaml:"network,omitempty"`
|
||||||
Repositories Repositories `yaml:"repositories,omitempty"`
|
Repositories Repositories `yaml:"repositories,omitempty"`
|
||||||
|
Ssh SshConfig `yaml:"ssh,omitempty"`
|
||||||
State StateConfig `yaml:"state,omitempty"`
|
State StateConfig `yaml:"state,omitempty"`
|
||||||
SystemDocker DockerConfig `yaml:"system_docker,omitempty"`
|
SystemDocker DockerConfig `yaml:"system_docker,omitempty"`
|
||||||
Upgrade UpgradeConfig `yaml:"upgrade,omitempty"`
|
Upgrade UpgradeConfig `yaml:"upgrade,omitempty"`
|
||||||
@ -107,6 +108,10 @@ type DockerConfig struct {
|
|||||||
Exec bool `yaml:"exec,omitempty"`
|
Exec bool `yaml:"exec,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type SshConfig struct {
|
||||||
|
Keys map[string]string `yaml:"keys,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
type StateConfig struct {
|
type StateConfig struct {
|
||||||
Directory string `yaml:"directory,omitempty"`
|
Directory string `yaml:"directory,omitempty"`
|
||||||
FsType string `yaml:"fstype,omitempty"`
|
FsType string `yaml:"fstype,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user