// regression test for https://issues.k8s.io/117258 func TestAPIServerTransportMetrics(t *testing.T) { … } func checkTransportMetrics(t *testing.T, client *clientset.Clientset) (hits int, misses int, entries int) { … }
// regression test for https://issues.k8s.io/117258 func TestAPIServerTransportMetrics(t *testing.T) { … } func checkTransportMetrics(t *testing.T, client *clientset.Clientset) (hits int, misses int, entries int) { … }