()
| 142 | } |
| 143 | |
| 144 | func (r *ReverseProxyRoute) ShouldExclude() bool { |
| 145 | if r.isSyntheticLoadBalancerRoute() { |
| 146 | return false |
| 147 | } |
| 148 | return r.Route.ShouldExclude() |
| 149 | } |
| 150 | |
| 151 | // Start implements task.TaskStarter. |
| 152 | func (r *ReverseProxyRoute) Start(parent task.Parent) error { |
nothing calls this directly
no test coverage detected