cbeneke / hcloud-fip-controller

Kubernetes controller to (re-)assign floating IPs on hetzner cloud instances
Apache License 2.0
128 stars 14 forks source link

Show undefinedErrors if any exist. #46

Closed phiphi282 closed 4 years ago

phiphi282 commented 4 years ago

Currently when having undefinedErrors, the application only prints out "normal" errors. This bugfix makes sure to append the undefinedErrors to the error list if there are any.

Fix #45

cbeneke commented 4 years ago

good catch!