Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for codeExitToStatusError (0.18 sec)

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

    	size, ok := <-t.resizeChan
    	if !ok {
    		return nil
    	}
    	return &size
    }
    
    // codeExitToStatusError converts a passed CodeExitError to the type necessary
    // to send through an error stream using "writeStatus".
    func codeExitToStatusError(exitErr exec.CodeExitError) *apierrors.StatusError {
    	rc := exitErr.ExitStatus()
    	return &apierrors.StatusError{
    		ErrStatus: metav1.Status{
    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