File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ sequenceDiagram
3737 participant RX
3838 participant MS1 (OldMS)
3939 participant MS2 (NewMS)
40- MD Controller-->>+RX: Can you update in-place from MS1 (OldMS) to MD2 (NewMS)?
40+ MD Controller-->>+RX: Can you update in-place from MS1 (OldMS) to MS2 (NewMS)?
4141 RX-->>-MD Controller: Yes!
4242 MD Controller->>MS1 (OldMS): Apply annotation ".../move-machines-to-machineset": "MS2"
4343 MD Controller->>MS2 (NewMS): Apply annotation ".../receive-machines-from-machinesets": "MS1"
@@ -51,7 +51,7 @@ sequenceDiagram
5151 participant MS Controller as MS Controller<br/>when reconciling<br/>MS1 (OldMS)
5252 participant MS1 (OldMS)
5353 participant MS2 (NewMS)
54- participant M1 as M1<br/>controlled by<br/>MS1 (OldMS),<br/>selected to be moved to MS2
54+ participant M1 as M1<br/>controlled by<br/>MS1 (OldMS),<br/>selected to be moved to MS2 (NewMS)
5555 MS Controller-->>MS1 (OldMS): Are you scaling down?
5656 MS1 (OldMS)-->>MS Controller: Yes!
5757 MS Controller-->>MS1 (OldMS): Do you have the ".../move-machines-to-machineset" annotation?
You can’t perform that action at this time.
0 commit comments