type roundTripFunc … func (w roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) { … } type readDelayer … func (b *readDelayer) Read(p []byte) (n int, err error) { … } func TestClusterScopedOwners(t *testing.T) { … }
type roundTripFunc … func (w roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) { … } type readDelayer … func (b *readDelayer) Read(p []byte) (n int, err error) { … } func TestClusterScopedOwners(t *testing.T) { … }