Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PassThroughStreamer ¶
type PassThroughStreamer struct { In io.ReadCloser Flush bool ContentType string }
func (*PassThroughStreamer) DeepCopyObject ¶
func (obj *PassThroughStreamer) DeepCopyObject() runtime.Object
func (*PassThroughStreamer) GetObjectKind ¶
func (obj *PassThroughStreamer) GetObjectKind() schema.ObjectKind
func (*PassThroughStreamer) InputStream ¶
func (s *PassThroughStreamer) InputStream(apiVersion, acceptHeader string) (stream io.ReadCloser, flush bool, contentType string, err error)
InputStream returns a stream with the contents of the embedded pipe.
Click to show internal directories.
Click to hide internal directories.