Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for feedsif (0.06 sec)

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

    		Status: metav1.StatusSuccess,
    	}})
    	metrics.IncStreamTranslatorRequest(req.Context(), strconv.Itoa(http.StatusOK))
    }
    
    // translatorSizeQueue feeds the size events from the WebSocket
    // resizeChan into the SPDY client input. Implements TerminalSizeQueue
    // interface.
    type translatorSizeQueue struct {
    	resizeChan chan remotecommand.TerminalSize
    }
    
    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