apiserverk8s.io/apiserver/pkg/util/flushwriter Index | Files

package flushwriter

import "k8s.io/apiserver/pkg/util/flushwriter"

Package flushwriter implements a wrapper for a writer that flushes on every write if that writer implements the io.Flusher interface

Index

Functions

func Wrap

func Wrap(w io.Writer) io.Writer

Wrap wraps an io.Writer into a writer that flushes after every write if the writer implements the Flusher interface.

Source Files

doc.go writer.go

Version
v0.18.12
Published
Nov 13, 2020
Platform
js/wasm
Imports
2 packages
Last checked
5 minutes ago

Tools for package owners.