mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-05 23:03:38 -04:00
PUT allows an object to be created (http 201). This allows REST code to indicate an object has been created and clients to react to it. APIServer now deals with <-chan RESTResult instead of <-chan runtime.Object, allowing more data to be passed through. |
||
|---|---|---|
| .. | ||
| doc.go | ||
| mock.go | ||
| registry.go | ||
| rest.go | ||
| rest_test.go | ||