kubernetes/pkg/proxy/util
JieJhih Jhang 08e320fa4e support ipv6 in bind address
use split host port func instead trim specific character

add unit test for metrics and healthz bind address

recover import package

refactor set default kube proxy configuration

fix ipv4 condition

fix set default port condition

rewrite call function occasion to reduce error

set ipv6 default value

move get GetBindAddressHostPort to util

use one func to handle deprecated series

update bazel

define address type

return earlier in the error case

refactor set default kube proxy configuration logic

recover import package

preserve some of the original comments

add get default address func

add append port if needed unit test

rewrite unit test for deprecated flags

remove unused codes
2019-04-17 15:31:42 +08:00
..
testing fix static checks 2018-02-26 23:49:26 +08:00
BUILD Refactor to use k8s.io/utils/net/ package instead of kubernetes/pkg/util/net/sets 2019-02-04 10:34:53 +05:30
endpoints.go Move from glog to klog 2018-11-10 07:50:31 -05:00
endpoints_test.go add ut for PortPart() 2018-08-16 11:49:48 +08:00
network.go fix static checks 2018-02-26 23:49:26 +08:00
port.go Fix typos in kube-proxy 2019-01-07 11:08:34 -05:00
port_test.go K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
utils.go support ipv6 in bind address 2019-04-17 15:31:42 +08:00
utils_test.go support ipv6 in bind address 2019-04-17 15:31:42 +08:00