lburgazzoli commented on code in PR #4942: URL: https://github.com/apache/camel-k/pull/4942#discussion_r1423656190
########## pkg/apis/camel/v1/integration_types.go: ########## @@ -220,7 +227,8 @@ const ( IntegrationConditionJolokiaAvailableReason string = "JolokiaAvailable" // IntegrationConditionProbesAvailableReason --. IntegrationConditionProbesAvailableReason string = "ProbesAvailable" - + // IntegrationConditionMonitoringPodsAvailableReason used to specify that the Pods generated are available for monitoring. + IntegrationConditionMonitoringPodsAvailableReason string = "MonitoringPodsAvailable" Review Comment: Not sure if I get why we have a specific reason for "syntetic" pods -- 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