()
| 386 | } |
| 387 | |
| 388 | func (ctx *serviceInspectContext) UpdateOrder() string { |
| 389 | return string(ctx.Service.Spec.UpdateConfig.Order) |
| 390 | } |
| 391 | |
| 392 | func (ctx *serviceInspectContext) HasUpdateMonitor() bool { |
| 393 | return ctx.Service.Spec.UpdateConfig.Monitor.Nanoseconds() > 0 |
no outgoing calls
no test coverage detected