lburgazzoli commented on a change in pull request #673: trait(route): tls
support
URL: https://github.com/apache/camel-k/pull/673#discussion_r285889388
##########
File path: pkg/trait/route.go
##########
@@ -29,10 +29,16 @@ import (
)
type routeTrait struct {
- BaseTrait `property:",squash"`
- Auto *bool `property:"auto"`
- Host string `property:"host"`
- service *corev1.Service
+ BaseTrait `property:",squash"`
+ Auto *bool `property:"auto"`
+ Host string `property:"host"`
+ TLSTermination string `property:"tls-termination"`
+ TLSCertificate string `property:"tls-certificate"`
+ TLSKey string `property:"tls-key"`
+ TLSCACertificate string `property:"tls-cacertificate"`
Review comment:
oh yes, will update
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services