• Cesar Wong's avatar
    Add GetterWithOptions and allow stream flushing · efc7f86b
    Cesar Wong authored
    In addition to Getter interface, API Installer now supports a
    GetterWithOptions interface that takes an additional options object when
    getting a resource. A flag is now returned from rest.ResourceStreamer
    that indicates whether the streamed response should be
    flushed when written back to the client. This is to support log
    streaming.
    efc7f86b
Name
Last commit
Last update
..
resttest Loading commit data...
create.go Loading commit data...
create_test.go Loading commit data...
delete.go Loading commit data...
doc.go Loading commit data...
rest.go Loading commit data...
types.go Loading commit data...
update.go Loading commit data...
update_test.go Loading commit data...