lsergio commented on issue #5706: URL: https://github.com/apache/camel-k/issues/5706#issuecomment-2250400794
I see that in https://github.com/apache/camel-k/blob/release-2.3.x/pkg/trait/trait_condition_types.go#L79 the traitId is being prefixed to the condition. Trying to understand why the trait Id is not being prefixed here: ``` - firstTruthyTime: "2024-07-24T18:42:31Z" lastTransitionTime: "2024-07-24T18:42:31Z" lastUpdateTime: "2024-07-24T18:42:31Z" message: deployment name is deploy-a41357e7-14c0-4a64-9933-80044f023ad3-323 reason: DeploymentAvailable status: "True" type: DeploymentAvailable <-- DeploymentAvailable and not DeploymentDeploymentAvailable (when status is True) ``` -- 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