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:
parent
2e670df301
commit
f181b046a5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user