• Clayton Coleman's avatar
    Connect should be passed a Responder interface · d4cdabf2
    Clayton Coleman authored
    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.
    d4cdabf2
Name
Last commit
Last update
..
componentstatus Loading commit data...
controller Loading commit data...
daemonset Loading commit data...
deployment Loading commit data...
endpoint Loading commit data...
event Loading commit data...
experimental/controller/etcd Loading commit data...
generic Loading commit data...
horizontalpodautoscaler Loading commit data...
ingress Loading commit data...
job Loading commit data...
limitrange Loading commit data...
namespace Loading commit data...
node Loading commit data...
persistentvolume Loading commit data...
persistentvolumeclaim Loading commit data...
pod Loading commit data...
podtemplate Loading commit data...
registrytest Loading commit data...
resourcequota Loading commit data...
secret Loading commit data...
service Loading commit data...
serviceaccount Loading commit data...
thirdpartyresource Loading commit data...
thirdpartyresourcedata Loading commit data...
doc.go Loading commit data...