Update pkg/kube/ready.go

Co-authored-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Itai Spiegel <itai.spiegel@gmail.com>
pull/30534/head
Itai Spiegel 5 months ago committed by GitHub
parent 17d0fabdaf
commit 8c14f05066
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,7 +42,7 @@ import (
// ReadyCheckerOption is a function that configures a ReadyChecker.
type ReadyCheckerOption func(*ReadyChecker)
var errJobFailed = errors.New("job is failed")
var errJobFailed = errors.New("job has failed")
var terminalErrors = []error{
errJobFailed,

Loading…
Cancel
Save