Commit d7964de2 authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

Clean up error

parent f8ee091b
......@@ -18,12 +18,11 @@ package errors
import (
"errors"
"fmt"
)
var (
NoSuchPodErr = errors.New("No such pod exists")
NoSuchTaskErr = errors.New("No such task exists")
ReconciliationCancelledErr = fmt.Errorf("explicit task reconciliation cancelled")
ReconciliationCancelledErr = errors.New("explicit task reconciliation cancelled")
NoSuitableOffersErr = errors.New("No suitable offers for pod/task")
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment