type CounterMetric … type LocationStreamer … var _ … func (obj *LocationStreamer) GetObjectKind() schema.ObjectKind { … } func (obj *LocationStreamer) DeepCopyObject() runtime.Object { … } // InputStream returns a stream with the contents of the URL location. If no location is provided, // a null stream is returned. func (s *LocationStreamer) InputStream(ctx context.Context, apiVersion, acceptHeader string) (stream io.ReadCloser, flush bool, contentType string, err error) { … } // PreventRedirects is a redirect checker that prevents the client from following a redirect. func PreventRedirects(_ *http.Request, _ []*http.Request) error { … }