apiserver/pkg/endpoints/filters
Cao Shufeng 42b5738617 fix invalid status code for hijacker
When using hijacker to take over the connection, the http status code
should be 101 not 200.

PS:
Use "kubectl exec" as an example to review this change.

Kubernetes-commit: 541935b13f87e55199840a73cd3f158e7f0d7b63
2017-06-13 20:47:31 +00:00
..
BUILD Implement audit policy logic 2017-06-13 20:47:28 +00:00
OWNERS Mechanical move: pkg/genericapiserver -> k8s.io/apiserver 2017-02-13 07:36:41 -05:00
audit.go fix invalid status code for hijacker 2017-06-13 20:47:31 +00:00
audit_test.go audit: uniform 2 or 3 events for short/long running requests 2017-06-13 20:47:29 +00:00
authentication.go Mechanical move: pkg/genericapiserver -> k8s.io/apiserver 2017-02-13 07:36:41 -05:00
authentication_test.go Mechanical move: pkg/genericapiserver -> k8s.io/apiserver 2017-02-13 07:36:41 -05:00
authorization.go staging/src/*: run gofmt 2017-02-23 09:48:09 -05:00
authorization_test.go remove invocation of k8s.io/client-go/pkg/api/install 2017-05-13 17:27:42 +00:00
doc.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00
impersonation.go remove references to client-go/pkg/api 2017-05-03 20:36:26 +00:00
impersonation_test.go remove invocation of k8s.io/client-go/pkg/api/install 2017-05-13 17:27:42 +00:00
legacy_audit.go update copyed doc for advanced audit 2017-06-13 20:47:30 +00:00
legacy_audit_test.go audit: add audit event to the context and fill in handlers 2017-06-13 20:47:28 +00:00
requestinfo.go staging/src/*: run gofmt 2017-02-23 09:48:09 -05:00
requestinfo_test.go Mechanical move: pkg/genericapiserver -> k8s.io/apiserver 2017-02-13 07:36:41 -05:00