squakez commented on code in PR #4942: URL: https://github.com/apache/camel-k/pull/4942#discussion_r1423813547
########## pkg/apis/camel/v1/integration_types.go: ########## @@ -155,7 +155,13 @@ const ( IntegrationPhaseRunning IntegrationPhase = "Running" // IntegrationPhaseError --. IntegrationPhaseError IntegrationPhase = "Error" + // IntegrationPhaseImportMissing used when the application from which the Integration is imported has been deleted. + IntegrationPhaseImportMissing IntegrationPhase = "Application Missing" + // IntegrationPhaseCannotMonitor used when the application from which the Integration has not enough information to monitor its pods. + IntegrationPhaseCannotMonitor IntegrationPhase = "Cannot Monitor Pods" Review Comment: For both "Application Missing" and "Cannot Monitor Pods"? Which should be the phase in this case? I think neither `Ready` or `Error`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org