kubernetes/pkg/api/service
Antonio Ojea 1b804fc87c Services API: warnings
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
2022-12-16 11:54:05 +00:00
..
testing ServiceInternalTrafficPolicyType: s/Type// 2022-12-11 13:48:31 -08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
util_test.go ServiceExternalTrafficPolicyType: s/Type// 2022-12-11 13:48:27 -08:00
util.go ServiceExternalTrafficPolicyType: s/Type// 2022-12-11 13:48:27 -08:00
warnings_test.go Services API: warnings 2022-12-16 11:54:05 +00:00
warnings.go Services API: warnings 2022-12-16 11:54:05 +00:00