Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for traceFields (0.09 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/patch.go

    	return func(w http.ResponseWriter, req *http.Request) {
    		ctx := req.Context()
    		// For performance tracking purposes.
    		ctx, span := tracing.Start(ctx, "Patch", traceFields(req)...)
    		defer span.End(500 * time.Millisecond)
    
    		// Do this first, otherwise name extraction can fail for unrecognized content types
    		// TODO: handle this in negotiation
    		contentType := req.Header.Get("Content-Type")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 28.5K bytes
    - Viewed (0)
Back to top