diff --git a/apis/management.cattle.io/v3/rke_types.go b/apis/management.cattle.io/v3/rke_types.go index a21d65ef..f8768ffd 100644 --- a/apis/management.cattle.io/v3/rke_types.go +++ b/apis/management.cattle.io/v3/rke_types.go @@ -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 {