Files
kubernetes/pkg
Clayton Coleman d4cdabf2fc Connect should be passed a Responder interface
For connect handlers that need to respond with a structured error or
structured object, pass an interface that hides the details of writing
an object to the response (error or runtime.Object).

Example use case:

Connect handler that accepts a body input stream, which it streams to a
pod, and then returns a structured object with info about the pod it
just created.
2015-10-13 15:05:14 -04:00
..
2015-10-12 12:13:10 +02:00
2015-10-05 11:48:20 -07:00
2015-09-10 11:44:14 -07:00
2015-09-11 10:06:56 -07:00