cloudflare / cloudflare-ingress-controller

A Kubernetes ingress controller for Cloudflare's Argo Tunnels
Apache License 2.0
363 stars 55 forks source link

Remove unused tunnel opts #108

Closed mattalberts closed 5 years ago

mattalberts commented 5 years ago

All links in a route contain the same tunnel options. The top-level structure only needs to maintain the struct if the underlying strcture does not; however, links currently maintain options leaving this field unused.