kubernetes/pkg/registry/pod
Davanum Srinivas e7a46a7c81 Fix Incorrect response model for pods/{name}/log
The swagger spec for pods/{name}/log does not include
"text/plain" as a possible content-type for the the response.
So we implement ProducesMIMETypes to make sure "text/plain"
gets added to the default list ot content-types.

the v1.json was generated by running:
hack/update-generated-swagger-docs.sh;./hack/update-swagger-spec.sh;

Fixes #14071
2016-08-05 08:54:14 -04:00
..
etcd make the resource prefix in etcd configurable for cohabitation 2016-07-27 07:51:40 -04:00
rest Fix Incorrect response model for pods/{name}/log 2016-08-05 08:54:14 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
strategy_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
strategy.go Extend Filter interface with Trigger() and use it for pods and nodes 2016-07-13 08:45:18 +02:00