I'm creating a custom resource. It has some pods as subresourses.
I want to adjust the custom resource's status accordding to the pods' status.condition.reason and status.containerStatus.terminated.reason.
Is there a list of pod condition reasons?