Skip to content

Commit

Permalink
Remove unused ReasonCouldntGetTask
Browse files Browse the repository at this point in the history
This commit removes the unused pod.ReasonCouldntGetTask.
ReasonCouldntGetTask has been moved from reconciler to pod/status pkg
via #1627. The reference to it has been removed since #6295.

/kind cleanup
  • Loading branch information
JeromeJu committed Nov 22, 2023
1 parent 7b881ae commit eb01d5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/pod/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ import (
)

const (
// ReasonCouldntGetTask indicates that the reason for the failure status is that the
// Task couldn't be found
ReasonCouldntGetTask = "CouldntGetTask"

// ReasonFailedResolution indicated that the reason for failure status is
// that references within the TaskRun could not be resolved
ReasonFailedResolution = "TaskRunResolutionFailed"
Expand Down

0 comments on commit eb01d5d

Please sign in to comment.