mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #105264 from devincd/fix_typo
fix the log description
This commit is contained in:
commit
3bebe8f6b5
@ -323,7 +323,7 @@ func (jm *ControllerV2) deleteJob(obj interface{}) {
|
||||
}
|
||||
job, ok = tombstone.Obj.(*batchv1.Job)
|
||||
if !ok {
|
||||
utilruntime.HandleError(fmt.Errorf("tombstone contained object that is not a ReplicaSet %#v", obj))
|
||||
utilruntime.HandleError(fmt.Errorf("tombstone contained object that is not a Job %#v", obj))
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user