How does kubelet handle a running pod if the device in the pod is unhealthy? receive from device plugin

i am reading deviceplugin code, if device is unhealthy, device plugin will send status to kubelet, i dont know how kubelet handle a running pod if device is unhealthy。Where is the relevant code?