apiserver/pkg
Cao Shufeng d248b52a81 Fix Audit-ID header key
Now http header key "Audit-ID" doesn't have effect, because golang
automaticly transforms "Audit-ID" into "Audit-Id". This change use
http.Header.Get() function to canonicalize "Audit-ID" to "Audit-Id".

Kubernetes-commit: f21bc7bb9a82378e8b24f72c66dfd23bc8113f20
2017-07-06 23:56:07 +00:00
..
admission run hack/update-all 2017-06-28 00:14:31 +00:00
apis update events' ResponseStatus at Metadata level 2017-07-04 08:39:44 +00:00
audit Fix Audit-ID header key 2017-07-06 23:56:07 +00:00
authentication fix error type 2017-07-05 23:59:23 +00:00
authorization autogenerated 2017-04-15 20:35:23 +00:00
endpoints Fix 401/403 apiserver errors do not return 'Status' objects 2017-07-05 23:59:23 +00:00
features add compression to GET and LIST api requests 2017-06-28 00:14:31 +00:00
registry allow a deletestrategy to opt-out of GC 2017-07-04 08:39:44 +00:00
server Fix 401/403 apiserver errors do not return 'Status' objects 2017-07-05 23:59:23 +00:00
storage GuaranteedUpdate must write if stored data is not canonical 2017-07-04 08:39:44 +00:00
util prioritize messages for long steps 2017-06-28 00:14:32 +00:00