mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
The first letter should be small in errors.New
This commit is contained in:
parent
f839c5ffdf
commit
9cc6052655
@ -21,8 +21,8 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
NoSuchPodErr = errors.New("No such pod exists")
|
||||
NoSuchTaskErr = errors.New("No such task exists")
|
||||
NoSuchPodErr = errors.New("no such pod exists")
|
||||
NoSuchTaskErr = errors.New("no such task exists")
|
||||
ReconciliationCancelledErr = errors.New("explicit task reconciliation cancelled")
|
||||
NoSuitableOffersErr = errors.New("No suitable offers for pod/task")
|
||||
NoSuitableOffersErr = errors.New("no suitable offers for pod/task")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user