kubernetes/pkg/api
Daniel Smith 7d605467dc New scheduler API
This commit adds a Binding object. The idea is that schedulers can write
these to cause pods to be asssigned to hosts. I'll provide an implementation
along with a rudimentary scheduler plugin.

This continues k8s' tradition of phrasing all APIs as RESTful handlers.
2014-08-10 19:05:03 -07:00
..
v1beta1 New scheduler API 2014-08-10 19:05:03 -07:00
apiobj_test.go Add custom conversion function system. 2014-07-30 14:18:23 -07:00
apiobj.go Fixing Typos 2014-07-28 15:56:20 +02:00
doc.go Address package level comments for readability. 2014-06-12 20:26:12 -07:00
helper_test.go New scheduler API 2014-08-10 19:05:03 -07:00
helper.go New scheduler API 2014-08-10 19:05:03 -07:00
jsonbase_test.go Address remaining comments from #756 2014-08-06 11:25:35 -04:00
jsonbase.go Address remaining comments from #756 2014-08-06 11:25:35 -04:00
types.go New scheduler API 2014-08-10 19:05:03 -07:00
validation_test.go Validate on replicas being non-negative 2014-08-04 15:39:45 -04:00
validation.go Add dns-952-identifier validation to service ids. 2014-08-05 11:40:48 -07:00