aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/object/endpoint.go (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-06plugin/kubernetes: Don't use pod names longer than 63 characters as dns label...Gravatar Chris O'Haver 1-2/+4
2021-05-17consider nil ready as ready (#4632)Gravatar Chris O'Haver 1-2/+11
2021-05-10copy unready exclusion to v1beta1 func (#4616)Gravatar Chris O'Haver 1-0/+3
2021-05-10plugin/kubernetes: Support both v1 and v1beta1 EndpointSlices (#4570)Gravatar Chris O'Haver 1-1/+47
2021-05-04collect endpoint node name from endopintslices (#4581)Gravatar Chris O'Haver 1-1/+3
2021-04-27exclude unready endpoints from endpointslices (#4580)Gravatar Chris O'Haver 1-0/+3
2021-01-06Fix golint issue caused by typo (#4365)Gravatar Guangwen Feng 1-1/+1
2020-12-01plugin/kubernetes: Fix dns programming duration metric (#4255)Gravatar Chris O'Haver 1-33/+16
2020-10-30plugin/kubernetes: Watch EndpointSlices (#4209)Gravatar Chris O'Haver 1-0/+55
2020-09-01Fix some typos in comments. (#4100)Gravatar Hu Shuai 1-1/+1
2020-06-15plugin/kubernetes: fix tombstone unwrapping (#3924)Gravatar Chris O'Haver 1-2/+19
2020-05-14plugin/kubernetes: Handle endpoint tombstones (#3887)Gravatar Chris O'Haver 1-7/+2
2019-10-04Measure and expose DNS programming latency from Kubernetes plugin. (#3171)Gravatar janluk 1-5/+3
2019-08-21typo fixes (#3169)Gravatar Chris O'Haver 1-1/+1
2019-08-19Change the ToEndpoints method comment to replace the Service with Endpoints (...Gravatar Xigang Wang 1-1/+1
2019-06-01plugin/kubernetes: skip deleting pods (#2853)Gravatar Miek Gieben 1-0/+1
2018-10-11Revert "use keys (#2167)" (#2188)Gravatar Miek Gieben 1-2/+2
2018-10-10use keys (#2167)Gravatar Chris O'Haver 1-2/+2
2018-10-09plugin/kubernetes: allow trimming down of cached items. (#2128)Gravatar Miek Gieben 1-0/+162