cloudflare / cloudflare-ingress-controller

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

adding support for custom tagging #149

Closed mattalberts closed 5 years ago

mattalberts commented 5 years ago

Adds support for custom defined tags to the ingress as an annotation. This will be expanded to populate tags from ingress labels and host automatically.

resolves #143

codecov-io commented 5 years ago

Codecov Report

Merging #149 into master will increase coverage by 1.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage    58.7%   59.87%   +1.17%     
==========================================
  Files          17       17              
  Lines        1126     1159      +33     
==========================================
+ Hits          661      694      +33     
  Misses        443      443              
  Partials       22       22
Impacted Files Coverage Δ
internal/argotunnel/tunnel.go 57.97% <100%> (+6.57%) :arrow_up:
internal/argotunnel/annotations.go 100% <100%> (ø) :arrow_up:
internal/argotunnel/options.go 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 03dda4c...77f3a78. Read the comment docs.