3
vendor/k8s.io/apiserver/pkg/endpoints/request/requestcontext.go
generated
vendored
3
vendor/k8s.io/apiserver/pkg/endpoints/request/requestcontext.go
generated
vendored
@@ -24,9 +24,6 @@ import (
|
||||
"github.com/golang/glog"
|
||||
)
|
||||
|
||||
// LongRunningRequestCheck is a predicate which is true for long-running http requests.
|
||||
type LongRunningRequestCheck func(r *http.Request, requestInfo *RequestInfo) bool
|
||||
|
||||
// RequestContextMapper keeps track of the context associated with a particular request
|
||||
type RequestContextMapper interface {
|
||||
// Get returns the context associated with the given request (if any), and true if the request has an associated context, and false if it does not.
|
||||
|
||||
Reference in New Issue
Block a user