kubernetes/pkg/api/rest
Cesar Wong efc7f86baf Add GetterWithOptions and allow stream flushing
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.
2015-04-07 07:46:30 -04:00
..
resttest Migrate replication controllers to generic etcd 2015-03-23 17:59:25 -07:00
create_test.go Add an rc strategy, start delta validating updates 2015-03-13 13:09:03 -07:00
create.go Pass ctx to Validate, ValidateUpdate 2015-03-30 17:33:08 -04:00
delete.go Graceful deletion of resources 2015-03-19 15:33:32 -04:00
doc.go Add name generation and normalize common create flows 2015-02-02 14:44:53 -05:00
rest.go Add GetterWithOptions and allow stream flushing 2015-04-07 07:46:30 -04:00
types.go Pass ctx to Validate, ValidateUpdate 2015-03-30 17:33:08 -04:00
update_test.go fix tests broken by stronger validation 2015-03-31 11:13:44 -07:00
update.go Pass ctx to Validate, ValidateUpdate 2015-03-30 17:33:08 -04:00