-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
3,041 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Semantic of commands | ||
|
||
Components: | ||
- container | ||
- cluster resource (Kubernetes/OpenShift) | ||
- volume | ||
- image | ||
|
||
| Command | PreStart | PostStart | PreStop | PostStop | | ||
|-----------------------------|----------|-----------|---------|-----------| | ||
| exec on container | | Yt | Yt | | | ||
| exec on cluster resource | N/A | N/A | N/A | N/A | | ||
| exec on volume | N/A | N/A | N/A | N/A | | ||
| exec on image | N/A | N/A | N/A | N/A | | ||
| | | | | | | ||
| apply on container | ? | ? | ? | ? | | ||
| apply on cluster resource | | Yt | Yt | | | ||
| apply on volume | ? | ? | ? | ? | | ||
| apply on image | | Yt | Yt | | | ||
| | | | | | | ||
| composite serial | | | | | | ||
| composite parallel | | | | | | ||
|
||
|
||
| Command | Build | Run/Debug | Deploy | | ||
|-----------------------------|-------|-----------|--------| | ||
| exec on container | Yt | Yt | Yt | | ||
| exec on cluster resource | N/A | N/A | N/A | | ||
| exec on volume | N/A | N/A | N/A | | ||
| exec on image | N/A | N/A | N/A | | ||
| | | | | | ||
| apply on container | ? | ? | ? | | ||
| apply on cluster resource | Yt | Yt | Yt | | ||
| apply on volume | ? | ? | ? | | ||
| apply on image | Yt | Yt | Yt | | ||
| | | | | | ||
| composite serial | | | | | ||
| composite parallel | | | | | ||
|
||
|
||
Legend: | ||
|
||
- 0: Supported by handler but not implemented | ||
- Y: Implemented by pkg/component.NewRunHandler (Yt: tested in pkg/component/handler_test.go) | ||
- N/A: Not applicable (by spec) | ||
- ?: Spec is not clear |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.