mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-25 11:10:35 -05:00
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. |
||
|---|---|---|
| .. | ||
| resttest | ||
| create.go | ||
| create_test.go | ||
| delete.go | ||
| doc.go | ||
| rest.go | ||
| types.go | ||
| update.go | ||
| update_test.go | ||