k3s/pkg/registry/minion
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 Rename InsertMinion to CreateMinion. 2014-10-07 16:22:35 -04:00
healthy_registry.go Refactor kubelet access and add SSL 2014-10-22 14:53:59 -07:00
healthy_registry_test.go Refactor tests to split ObjectMeta from TypeMeta 2014-10-24 11:22:21 -04:00
registry.go Change ContainsMinion to GetMinion 2014-10-08 23:41:15 -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