kubernetes/pkg/api/rest
Cesar Wong 49abf9133e Add Connecter storage interface to API server
Connecter is a type of resource that connects a request
coming from the client to an internal request within the cluster.
It will be used for exposing a pod's proxy, exec, and portforward
endpoints.
2015-04-16 10:20:17 -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 Connecter storage interface to API server 2015-04-16 10:20:17 -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