phantomjinx commented on a change in pull request #2464: URL: https://github.com/apache/camel-k/pull/2464#discussion_r660813658
########## File path: pkg/apis/camel/v1/integrationkit_types.go ########## @@ -110,6 +110,8 @@ const ( IntegrationKitPhaseReady IntegrationKitPhase = "Ready" // IntegrationKitPhaseError -- IntegrationKitPhaseError IntegrationKitPhase = "Error" + // IntegrationKitPhaseCannotBuild + IntegrationKitPhaseCannotBuild IntegrationKitPhase = "Cannot Build" Review comment: Sure I can change it to `IntegrationKitPhaseError`. It would simplify some of the tests I had to add in to consider `...CannotBuild`. I'll try it out and see how it pans out. -- 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