linkerd2/controller/k8s
Alejandro Pedraza 8988a5723f
Have `GetOwnerKindAndName` be able to skip the cache (#2972)
* Have `GetOwnerKindAndName` be able to skip the cache

Refactored `GetOwnerKindAndName` so it can optionally skip the
shared informer cache and instead hit the k8s API directly.
Useful for the proxy injector, when the pod's replicaset got just
created and might not be in ready in the cache yet.

Fixes #2738

Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io>
2019-06-20 12:58:15 -05:00
..
api.go Have `GetOwnerKindAndName` be able to skip the cache (#2972) 2019-06-20 12:58:15 -05:00
api_test.go Have `GetOwnerKindAndName` be able to skip the cache (#2972) 2019-06-20 12:58:15 -05:00
clientset.go Add support for TrafficSplits (#2897) 2019-06-11 10:04:42 -07:00
test_helper.go Add support for TrafficSplits (#2897) 2019-06-11 10:04:42 -07:00