fix oomkilled description
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
71a91d55cb
commit
2f448a0789
@ -66,7 +66,7 @@ func TestIsInitContainerFailed(t *testing.T) {
|
||||
ExitCode: 0,
|
||||
},
|
||||
isFailed: true,
|
||||
description: "Init container which state is exited and exitcode is zero shoud return true",
|
||||
description: "Init container which reason is OOMKilled shoud return true",
|
||||
},
|
||||
{
|
||||
status: &kubecontainer.Status{
|
||||
|
Loading…
Reference in New Issue
Block a user