Skip to content

Commit

Permalink
add extrainfo-key (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdsteelRail authored Aug 22, 2024
1 parent e4b5ff9 commit 27aba55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/v1alpha1/operationjob_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ const (
ReasonContainerNotFound = "ContainerNotFound"
)

const (
ExtraInfoReplacedNewPodKey = "NewPod"
)

// OperationProgress indicates operation progress of pod
type OperationProgress string

Expand Down

0 comments on commit 27aba55

Please sign in to comment.