Extract execInContainer

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-08-05 01:39:27 +00:00
parent 53a8cdf14f
commit 8b56c91ec5
3 changed files with 105 additions and 20 deletions

View File

@@ -52,8 +52,6 @@ const (
errorExitReason = "Error"
// oomExitReason is the exit reason when process in container is oom killed.
oomExitReason = "OOMKilled"
// unknownExitCode is the exit code when exit reason is unknown.
unknownExitCode = 255
)
const (