kubernetes/pkg/api/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
..
resttest Increase a bunch of timeouts to reduce flakes 2015-09-23 11:09:03 -07:00
create.go Add TerminationGracePeriodSeconds to API 2015-08-20 11:03:38 -04:00
create_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
delete.go Move pkg/util.Time to pkg/api/unversioned.Time 2015-09-17 17:51:27 -07:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
rest.go Connect should be passed a Responder interface 2015-10-13 15:05:14 -04:00
types.go rewrite go imports 2015-08-05 17:30:03 -07:00
update.go rewrite go imports 2015-08-05 17:30:03 -07:00
update_test.go rewrite go imports 2015-08-05 17:30:03 -07:00