k3s/pkg/registry/generic/rest
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
..
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
proxy.go Connect should be passed a Responder interface 2015-10-13 15:05:14 -04:00
proxy_test.go Connect should be passed a Responder interface 2015-10-13 15:05:14 -04:00
response_checker.go Server should return error status when retrive error status from other location 2015-10-10 05:26:15 +08:00
response_checker_test.go Server should return error status when retrive error status from other location 2015-10-10 05:26:15 +08:00
streamer.go Server should return error status when retrive error status from other location 2015-10-10 05:26:15 +08:00
streamer_test.go Server should return error status when retrive error status from other location 2015-10-10 05:26:15 +08:00