linkerd2/controller/proxy-injector
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
..
fake Add `NET_RAW` capability to the proxy-init container (#2969) 2019-06-19 19:34:37 -07:00
webhook.go Have `GetOwnerKindAndName` be able to skip the cache (#2972) 2019-06-20 12:58:15 -05:00
webhook_ops.go Add validation webhook for service profiles (#2623) 2019-04-05 16:10:47 -05:00
webhook_test.go New `linkerd inject` default and manual modes (#2721) 2019-04-24 09:05:27 -05:00