Skip to content

Commit

Permalink
fix figure order in Volume Lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
edisonxiang authored and jdef committed Feb 26, 2018
1 parent 31c1670 commit 35d9f9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ capability.
| PUBLISHED |
+------------+
Figure 4: The lifecycle of a dynamically provisioned volume, from
Figure 5: The lifecycle of a dynamically provisioned volume, from
creation to destruction.
```

Expand All @@ -205,7 +205,7 @@ creation to destruction.
| PUBLISHED |
+------------+
Figure 5: The lifecycle of a dynamically provisioned volume, from
Figure 6: The lifecycle of a dynamically provisioned volume, from
creation to destruction, when the Node Plugin advertises the
STAGE_UNSTAGE_VOLUME capability.
```
Expand All @@ -227,7 +227,7 @@ STAGE_UNSTAGE_VOLUME capability.
Volume
Capabilities
Figure 6: The lifecycle of a pre-provisioned volume that requires
Figure 7: The lifecycle of a pre-provisioned volume that requires
controller to publish to a node (`ControllerPublishVolume`) prior to
publishing on the node (`NodePublishVolume`).
```
Expand All @@ -244,7 +244,7 @@ Publish | | Unpublish
| PUBLISHED |
+------------+
Figure 7: Plugins may forego other lifecycle steps by contraindicating
Figure 8: Plugins may forego other lifecycle steps by contraindicating
them via the capabilities API. Interactions with the volumes of such
plugins is reduced to `NodePublishVolume` and `NodeUnpublishVolume`
calls.
Expand Down

0 comments on commit 35d9f9d

Please sign in to comment.