Revision 30b0d3fc3189a8383e766b76d14c388191c70cc1 authored by André Martins on 11 May 2020, 13:32:08 UTC, committed by André Martins on 26 May 2020, 12:42:04 UTC
Listing all pods, even if with a filter will load the etcd kvstore as
the filtering is done in kube-apiserver. To avoid doing this operation
every 10 seconds we can have a single watcher that keeps track of all
unmanaged kube-dns pods locally.

Signed-off-by: André Martins <andre@cilium.io>
1 parent 40fface
History
File Mode Size
alignchecker
maptool
protobuf
Makefile -rw-r--r-- 380 bytes
go-to-protobuf -rwxr-xr-x 163 bytes
goimports -rwxr-xr-x 141 bytes
protoc-gen-go -rwxr-xr-x 161 bytes
protoc-gen-go-json -rwxr-xr-x 160 bytes
protoc-gen-gogo -rwxr-xr-x 177 bytes
protoc-gen-validate -rwxr-xr-x 162 bytes
tools.go -rw-r--r-- 990 bytes

back to top