kubernetes/pkg/proxy
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
..
apis support ipv6 in bind address 2019-04-17 15:31:42 +08:00
config Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
healthcheck Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
iptables Add better logging when iptables-restore fails 2019-04-04 16:34:10 -07:00
ipvs Add better logging when iptables-restore fails 2019-04-04 16:34:10 -07:00
metrics clean the deprecated metrics which introduced recently 2019-03-06 15:23:46 +08:00
userspace Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
util support ipv6 in bind address 2019-04-17 15:31:42 +08:00
winkernel Merge pull request #74688 from ksubrmnn/overlay_dsr 2019-03-06 20:35:52 -08:00
winuserspace replace loops with go idiomatic. 2019-02-11 11:21:52 +01: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
doc.go
endpoints_test.go Start exporting the in-cluster network programming latency metric. 2019-02-12 08:09:59 +01:00
endpoints.go Don't log warning when EndpointsLastChangeTriggerTime not set. 2019-02-13 09:11:59 +01:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
service_test.go Changes according to the approved KEP. SCTP is supported for HostPort and LoadBalancer. Alpha feature flag SCTPSupport controls the support of SCTP. Kube-proxy config parameter is removed. 2018-08-27 05:58:36 +00:00
service.go Merge pull request #73323 from prameshj/clear-externalip-conntrack 2019-02-19 18:38:17 -08:00
types.go Remove conntrack entries from loadbalancer ip too. 2019-02-13 09:55:31 -08:00