1
0
mirror of https://github.com/rancher/types.git synced 2025-07-16 14:35:49 +00:00

Add extra binds list

This commit is contained in:
David Lewis 2018-03-20 21:14:24 -07:00
parent 2e670df301
commit f181b046a5

View File

@ -215,6 +215,8 @@ type BaseService struct {
Image string `yaml:"image" json:"image,omitempty"`
// Extra arguments that are added to the services
ExtraArgs map[string]string `yaml:"extra_args" json:"extraArgs,omitempty"`
// Extra binds added to the nodes
ExtraBinds []string `yaml:"extra_binds" json:"extraBinds,omitempty"`
}
type NetworkConfig struct {