cfitzw commented on PR #5996:
URL: https://github.com/apache/camel-k/pull/5996#issuecomment-2559929689

   @squakez, I added this into the configure function:
   
   ```go
   if t.Path != "" {
     condition := NewIntegrationCondition(
          "Ingress",
          v1.IntegrationConditionTraitInfo,
          corev1.ConditionTrue,
          TraitConfigurationReason,
          "The path parameter is deprecated and may be removed in future 
releases. Use the paths parameter instead.",
     )
     
     return true, condition, nil
   }
   ```
   
   Questions:
   1. When I look at the operator log, I do see the warning/info message, 
however, it is listed multiple times (x4). Is that expected?
   2. Is this all that is needed from your perspective?
   
   


-- 
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

Reply via email to