Merge pull request #101303 from wangyx1992/capatial-log-proxy

cleanup: fix errors in wrapped format and log capitalization in proxy
This commit is contained in:
Kubernetes Prow Robot
2021-09-03 10:01:50 -07:00
committed by GitHub
9 changed files with 25 additions and 25 deletions

View File

@@ -50,7 +50,7 @@ var (
ErrAddressNotAllowed = errors.New("address not allowed")
// ErrNoAddresses indicates there are no addresses for the hostname
ErrNoAddresses = errors.New("No addresses for hostname")
ErrNoAddresses = errors.New("no addresses for hostname")
)
// isValidEndpoint checks that the given host / port pair are valid endpoint