mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-28 20:50:36 -05:00
The Services API should warn users about some IP addresses representations, mainly because some of them are not allowed by the golang std parsers since go 1.17 Specifically: - IPv4 addresses with leading zeros, that may cause security risks - IPv6 addresses in non canonical format, that may cause problems with controllers hotlooping or cause security issues Change-Id: Ife50a651d1b22dc4c318e42bd3e5f2e5f88ecbcd |
||
|---|---|---|
| .. | ||
| testing | ||
| OWNERS | ||
| util.go | ||
| util_test.go | ||
| warnings.go | ||
| warnings_test.go | ||