mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
fix the log description
Signed-off-by: devincd <505259926@qq.com>
This commit is contained in:
parent
b15f788d29
commit
e62aef4fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,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 a new issue