I realized while refactoring #1541 that the Service controller tests universally end with 3x corev1.ConditionUnknown conditions. We need to add coverage that simulates the Route and Configuration becoming ready (and failing) and that bubbling up to the Service status.
I realized while refactoring #1541 that the Service controller tests universally end with 3x
corev1.ConditionUnknownconditions. We need to add coverage that simulates the Route and Configuration becoming ready (and failing) and that bubbling up to the Service status.