phantomjinx commented on a change in pull request #2464: URL: https://github.com/apache/camel-k/pull/2464#discussion_r660799277
########## 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: The reason for this is as per the commit message: > "Cannot Build" differentiates from "Error" since error action can > put the integration kit back to initialization phase to try and build > again. This makes no sense for "Cannot Build" cannot build -- 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