Skip to content

Commit 27aba55

Browse files
add extrainfo-key (#23)
1 parent e4b5ff9 commit 27aba55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/v1alpha1/operationjob_types.go

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ const (
3232
ReasonContainerNotFound = "ContainerNotFound"
3333
)
3434

35+
const (
36+
ExtraInfoReplacedNewPodKey = "NewPod"
37+
)
38+
3539
// OperationProgress indicates operation progress of pod
3640
type OperationProgress string
3741

0 commit comments

Comments
 (0)