tczekajlo / kube-consul-register

a tool to register Kubernetes PODs as Consul Services
Apache License 2.0
105 stars 50 forks source link

Update controller.go #29

Closed jburandt closed 6 years ago

jburandt commented 6 years ago

Resolving compile issue:

../../tczekajlo/kube-consul-register/controller/services/controller.go:453:31: port.port undefined (type "github.com/tczekajlo/kube-consul-register/vendor/k8s.io/client-go/pkg/api/v1".ServicePort has no field or method port, but does have Port)

tczekajlo commented 6 years ago

Thank you for your PR.