mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +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 (
|
var (
|
||||||
NoSuchPodErr = errors.New("No such pod exists")
|
NoSuchPodErr = errors.New("no such pod exists")
|
||||||
NoSuchTaskErr = errors.New("No such task exists")
|
NoSuchTaskErr = errors.New("no such task exists")
|
||||||
ReconciliationCancelledErr = errors.New("explicit task reconciliation cancelled")
|
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