astefanutti commented on a change in pull request #2464: URL: https://github.com/apache/camel-k/pull/2464#discussion_r660761164
########## 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: Could this be a reason of `IntegrationKitPhaseError`, instead of introducing a new phase? -- 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