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.32.0-alpha.2
Published
Oct 18, 2024
Platform
js/wasm
Imports
2 packages
Last checked
7 minutes ago

Tools for package owners.