Liveliness probe and status of the Pod containing it

Hi,

I am having a pod with 3 containers in it say x,y,z containers.
The container x’s liveness probes are failing and hence restarting container x.

Does this result in (due to container x after the failure thresh-hold?)
a) the Pod status being unhealthy or
b) entire pod not being available

Thanks.