kubernetes/cmd/kube-apiserver/app/testing
Mike Danese bd290e924f fix some fixture path calculations
Current calculations assume that -trimpath is not passed to go tool
compile, which is not the case for test binaries built with bazel. This
causes issues for integration tests right now but is generally not
correct.

The approach taken here is a bit of a hack but it works on the
assumption that if and only if trimpath is passed, we are running under
bazel. I didn't see a good spot for pkgPath(), so I just copied it
around.
2020-05-12 15:34:55 -07:00
..
testdata Ensure testing credentials are labeled as such 2020-02-04 10:36:05 -08:00
BUILD dynamic reload cluster authentication info for aggregated API servers 2019-11-13 07:54:27 -05:00
testserver.go fix some fixture path calculations 2020-05-12 15:34:55 -07:00