lburgazzoli commented on code in PR #4942: URL: https://github.com/apache/camel-k/pull/4942#discussion_r1423844037
########## 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: I think that if the deployment is mis configured, then the integration should be in an error status and a condition should report the reason. -- 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