Skip to content

Commit 166896c

Browse files
committed
Update doc
1 parent 7f04d76 commit 166896c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/proposals/commands-semantic.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@ Components:
88

99
| Command | PreStart | PostStart | PreStop | PostStop |
1010
|-----------------------------|----------|-----------|---------|-----------|
11-
| exec on container | | Y | Y | |
11+
| exec on container | | Yt | Yt | |
1212
| exec on cluster resource | N/A | N/A | N/A | N/A |
1313
| exec on volume | N/A | N/A | N/A | N/A |
1414
| exec on image | N/A | N/A | N/A | N/A |
1515
|   | | | | |
1616
| apply on container | ? | ? | ? | ? |
17-
| apply on cluster resource | | 0 | | |
17+
| apply on cluster resource | | Yt | Yt | |
1818
| apply on volume | ? | ? | ? | ? |
19-
| apply on image | | 0 | | |
19+
| apply on image | | Yt | Yt | |
2020
|   | | | | |
2121
| composite serial | | | | |
2222
| composite parallel | | | | |
2323

2424

2525
| Command | Build | Run/Debug | Deploy |
2626
|-----------------------------|-------|-----------|--------|
27-
| exec on container | Y | Y | Y |
27+
| exec on container | Yt | Yt | Yt |
2828
| exec on cluster resource | N/A | N/A | N/A |
2929
| exec on volume | N/A | N/A | N/A |
3030
| exec on image | N/A | N/A | N/A |
3131
|   | | | |
3232
| apply on container | ? | ? | ? |
33-
| apply on cluster resource | 0 | Y | Y |
33+
| apply on cluster resource | Yt | Yt | Yt |
3434
| apply on volume | ? | ? | ? |
35-
| apply on image | 0 | Y | Y |
35+
| apply on image | Yt | Yt | Yt |
3636
|   | | | |
3737
| composite serial | | | |
3838
| composite parallel | | | |
@@ -41,6 +41,6 @@ Components:
4141
Legend:
4242

4343
- 0: Supported by handler but not implemented
44-
- Y: Implemented by pkg/component.NewRunHandler
44+
- Y: Implemented by pkg/component.NewRunHandler (Yt: tested in pkg/component/handler_test.go)
4545
- N/A: Not applicable (by spec)
4646
- ?: Spec is not clear

0 commit comments

Comments
 (0)