glog.Errorf("Couldn't get object from tombstone %+v, could take up to %v before a ReplicaSet recreates a replica",obj,controller.ExpectationsTimeout)
glog.Errorf("Couldn't get object from tombstone %+v",obj)
return
return
}
}
pod,ok=tombstone.Obj.(*api.Pod)
pod,ok=tombstone.Obj.(*api.Pod)
if!ok{
if!ok{
glog.Errorf("Tombstone contained object that is not a pod %+v, could take up to %v before ReplicaSet recreates a replica",obj,controller.ExpectationsTimeout)
glog.Errorf("Tombstone contained object that is not a pod %+v",obj)
glog.Errorf("Couldn't get object from tombstone %+v, could take up to %v before a replica set recreates a replica",obj,controller.ExpectationsTimeout)
glog.Errorf("Couldn't get object from tombstone %+v",obj)
return
return
}
}
pod,ok=tombstone.Obj.(*api.Pod)
pod,ok=tombstone.Obj.(*api.Pod)
if!ok{
if!ok{
glog.Errorf("Tombstone contained object that is not a pod %+v, could take up to %v before replica set recreates a replica",obj,controller.ExpectationsTimeout)
glog.Errorf("Tombstone contained object that is not a pod %+v",obj)
glog.Errorf("Couldn't get object from tombstone %+v, could take up to %v before a controller recreates a replica",obj,controller.ExpectationsTimeout)
glog.Errorf("Couldn't get object from tombstone %+v",obj)
return
return
}
}
pod,ok=tombstone.Obj.(*api.Pod)
pod,ok=tombstone.Obj.(*api.Pod)
if!ok{
if!ok{
glog.Errorf("Tombstone contained object that is not a pod %+v, could take up to %v before controller recreates a replica",obj,controller.ExpectationsTimeout)
glog.Errorf("Tombstone contained object that is not a pod %+v",obj)