mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
Add extra binds list
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user