Updated Placement tables for consistency

This commit is contained in:
Charlie Voiselle
2018-04-04 18:57:10 -04:00
parent f5ce7331c8
commit 734121d8ff
5 changed files with 12 additions and 11 deletions

View File

@@ -14,11 +14,7 @@ description: |-
<th width="120">Placement</th>
<td>
<code>job -> group -> task -> service -> **check_restart**</code>
</td>
</tr>
<tr>
<th width="120">Placement</th>
<td>
<br>
<code>job -> group -> task -> service -> check -> **check_restart**</code>
</td>
</tr>

View File

@@ -15,8 +15,7 @@ description: |-
<th width="120">Placement</th>
<td>
<code>job -> **migrate**</code>
</td>
<td>
<br>
<code>job -> group -> **migrate**</code>
</td>
</tr>

View File

@@ -16,8 +16,7 @@ description: |-
<th width="120">Placement</th>
<td>
<code>job -> **reschedule**</code>
</td>
<td>
<br>
<code>job -> group -> **reschedule**</code>
</td>
</tr>

View File

@@ -9,6 +9,14 @@ description: |-
# `task` Stanza
<table class="table table-bordered table-striped">
<tr>
<th width="120">Placement</th>
<td>
<code>job -> group -> **task**</code>
</td>
</tr>
</table>
The `task` stanza creates an individual unit of work, such as a Docker
container, web application, or batch processing.

View File

@@ -15,8 +15,7 @@ description: |-
<th width="120">Placement</th>
<td>
<code>job -> **update**</code>
</td>
<td>
<br>
<code>job -> group -> **update**</code>
</td>
</tr>