Add support for multiple Node IP addresses (e.g. dual stack) to updateStatus #2330
Annotations
4 errors
lint
issues found
|
lint:
internal/ingress/status/status.go#L229
var-naming: don't use underscores in Go names; range var this_address should be thisAddress (revive)
|
lint:
internal/ingress/status/status.go#L228
var-naming: don't use underscores in Go names; var these_addresses should be theseAddresses (revive)
|
lint:
internal/k8s/main_test.go#L70
File is not properly formatted (gofumpt)
|