k3s/pkg/registry/binding
Clayton Coleman d5ee171410 Allow clients to determine the difference between create or update on PUT
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.
2014-10-24 14:41:15 -04:00
..
doc.go Implement bindings 2014-08-18 16:55:44 -07:00
mock.go Add ctx to registry test cases 2014-09-26 15:19:22 -04:00
registry.go Add ctx to registry interfaces 2014-09-26 15:18:42 -04:00
rest.go Allow clients to determine the difference between create or update on PUT 2014-10-24 14:41:15 -04:00
rest_test.go Allow clients to determine the difference between create or update on PUT 2014-10-24 14:41:15 -04:00