Skip to content

Commit 5c6bdc5

Browse files
authored
Add OOMKILL workload state (#16)
1 parent 36b3fce commit 5c6bdc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

protect/control/v1/common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ enum WorkloadState {
341341
WORKLOAD_STATE_DESTROYING = 5;
342342
WORKLOAD_STATE_DESTROYED = 6;
343343
WORKLOAD_STATE_FAILED = 7;
344+
WORKLOAD_STATE_OOMKILLED = 8;
344345
}
345346

346347
message WorkloadStatus {

0 commit comments

Comments
 (0)