lburgazzoli commented on code in PR #4942:
URL: https://github.com/apache/camel-k/pull/4942#discussion_r1423654910


##########
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 rather use conditions than phases 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to