MCPcopy Create free account
hub / github.com/docker/cli / UpdateOrder

Method UpdateOrder

cli/command/service/formatter.go:388–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 5

updateServiceFunction · 0.80
updateConfigFromDefaultsFunction · 0.80
updateConfigMethod · 0.80
rollbackConfigMethod · 0.80
convertUpdateConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected