Which step of a rolling update an onProgress callback is being told about.
onProgress
A rolling update creates a replacement service, swaps it in, then deletes the old one, so a callback sees "creating", "swapping", "deleting" and finally "finished".
"creating"
"swapping"
"deleting"
"finished"
Which step of a rolling update an
onProgresscallback is being told about.