astefanutti commented on a change in pull request #1850: URL: https://github.com/apache/camel-k/pull/1850#discussion_r539970803
########## File path: pkg/trait/trait_types.go ########## @@ -188,6 +188,22 @@ type ControllerStrategySelector interface { ControllerStrategySelectorOrder() int } +func isTrue(b *bool) bool { Review comment: I mean the `pkg/trait/util.go` file, but if you think that's better in `pkg/util` package, that does it also. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org