• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zalando-incubator / kube-ingress-aws-controller / 25553781072
72%

Build:
DEFAULT BRANCH: master
Ran 08 May 2026 11:51AM UTC
Jobs 1
Files 27
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 May 2026 11:45AM UTC coverage: 71.762% (+0.2%) from 71.519%
25553781072

push

github

web-flow
Add opt-out support for load-balancer-type: none (#795)

- [x] In `newIngress` (`kubernetes/adapter.go`): return `nil, nil` when
`loadBalancerType == loadBalancerTypeNone`, before the NLB/WAF check and
map lookup
- [x] In `ListIngress` and `ListRoutegroups`: guard append with `ing !=
nil`; log the exclusion at Info level
- [x] Add unit tests: Ingress and RouteGroup with
`zalando.org/aws-load-balancer-type: none` are excluded from
`ListResources`
- [x] Add `TestNewIngressFromRouteGroup` test case: RouteGroup with
`zalando.org/aws-load-balancer-type: none` returns `nil, nil` from
`newIngressFromRouteGroup` (parallel to the `TestNewIngressFromKube`
case)
- [x] Add fixture entry with `zalando.org/aws-load-balancer-type: none`
and class `skipper` to `testdata/fixture01.json` and
`testdata/fixture01_rg.json`; assert count in `TestListIngress` stays at
1
- [x] Add fixture entry with `zalando.org/aws-load-balancer-type: none`
and without class to testdata/fixture01.json and
testdata/fixture01_rg.json; assert count in TestListIngress stays at 1
- [x] Update README
- [x] Bump minor version

Update:
- [x] Move the check for opt out out of the ingress business object
- [x] Add helper function `hasLoadBalancerTypeNone`
- [x] Remove `TestNewIngressFromRouteGroup` and the scenario in
`TestNewIngressFromKube` - these were added because the previous logic
existed within the ingress object, now we check for the load balancer
type `none` early

ref:
https://github.com/zalando-incubator/kube-ingress-aws-controller/issues/794

---------

Signed-off-by: greeshma1196 <greeshma.mathew@gmail.com>

27 of 27 new or added lines in 1 file covered. (100.0%)

2 existing lines in 1 file now uncovered.

2948 of 4108 relevant lines covered (71.76%)

12.79 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
87.16
2.84% kubernetes/adapter.go
Jobs
ID Job ID Ran Files Coverage
1 25553781072.1 08 May 2026 11:51AM UTC 27
71.76
GitHub Action Run
Source Files on build 25553781072
  • Tree
  • List 27
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 90e70ff3 on github
  • Prev Build on master (#25056079822)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc