Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for maxHead (0.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/proxy/streamtranslator.go

    	// the streams instead of the underlying connection *may* not perform the same if two streams
    	// traveling the same direction (e.g. stdout, stderr) are being maxed out.
    	opts := remotecommand.StreamOptions{}
    	if h.Options.Stdin {
    		stdin := websocketStreams.stdinStream
    		if h.MaxBytesPerSec > 0 {
    			stdin = flowrate.NewReader(stdin, h.MaxBytesPerSec)
    		}
    		opts.Stdin = stdin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 27 23:21:55 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top