squakez commented on code in PR #4942:
URL: https://github.com/apache/camel-k/pull/4942#discussion_r1423848995
##########
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:
The "problem" is that the monitoring is not direct, as we watch for Pods
with a given label. But yeah, we can set the status and the reason you're
proposing.
--
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]