Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for startRequest (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    }
    
    // startRequest classifies and, if appropriate, enqueues the request.
    // Returns a nil Request if and only if the request is to be rejected.
    // The returned bool indicates whether the request is exempt from
    // limitation.  The startWaitingTime is when the request started
    // waiting in its queue, or `Time{}` if this did not happen.
    func (cfgCtlr *configController) startRequest(ctx context.Context, rd RequestDigest,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Conn).ReadMIMEHeader", Method, 0},
    		{"(*Conn).ReadResponse", Method, 0},
    		{"(*Conn).StartRequest", Method, 0},
    		{"(*Conn).StartResponse", Method, 0},
    		{"(*Error).Error", Method, 0},
    		{"(*Pipeline).EndRequest", Method, 0},
    		{"(*Pipeline).EndResponse", Method, 0},
    		{"(*Pipeline).Next", Method, 0},
    		{"(*Pipeline).StartRequest", Method, 0},
    		{"(*Pipeline).StartResponse", Method, 0},
    		{"(*Reader).DotReader", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top