Commit Graph

9 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
9cbfb2ac16
Merge pull request #101478 from Haleygo/fix-logs-with-too-long-name-request
fix return code when request /logs with long file name
2022-01-06 04:53:02 -08:00
Haleygo
2cde15029a fix return code when request /logs with long file name 2021-11-14 17:59:52 +08:00
hellogdc
22208d2297 issues-98409 fix the address of restful-serve-static.go in the comment of pkg/routes/logs.go 2021-01-27 11:26:40 +08:00
William Zhang
517240750b fix golint errors in pkg/routes
Signed-off-by: William Zhang <zhang.wanmin@zte.com.cn>
2018-09-29 14:14:44 +08:00
deads2k
4389f71576 refactor names for the apiserver handling chain 2017-05-08 07:55:31 -04:00
Dr. Stefan Schimanski
536460e1d9 Mechanical fixup imports: pkg/genericapiserver 2017-02-03 08:15:45 +01:00
Dr. Stefan Schimanski
3d9449a353 genericapiserver: fix imports 2017-01-19 13:06:47 +01:00
Dr. Stefan Schimanski
68cee1d9ac Make genericapiserver handler chain customizable 2016-10-05 10:32:36 -04:00
Dr. Stefan Schimanski
7f78661d0b Cleanup non-rest apiserver handlers
- rename MuxHelper -> PathRecorderMux
- move non-rest handlers into routes packages within genericapiserver and
  `pkg/routes` (those from master)
- move ui and logs handlers out of genericapiserver (they are
  not generic)
- make version handler configurable (`config.EnableVersion`)
2016-09-15 13:22:45 +02:00