kubernetes/pkg/api
Clayton Coleman c0247d92ce Proposal for v1beta3 API
* Separate metadata from objects
* Treat lists differently from resources
* Add UID and Annotations on Metadata
* Introduce BoundPod(s) as distinct from Pod to represent pods
  scheduled onto a host
* Use "spec" instead of "state" and "status" instead of "currentState"
  * Identify current status of objects consistently
  * Use "condition" as the string label for substatus
* All string constants should be PublicGoCapitalized
* Rename Minion -> Node
* Rename ServerOp -> Operation
* Remove ContainerManifest
* Add api-conventions.md document
* Replace PodTemplateSpec in ReplCtrl with ObjectReference
2014-09-29 12:10:36 -04:00
..
errors Caps for CauseType 2014-09-27 21:48:35 -07:00
latest convert multiple return values into a struct, add SelfLinker 2014-09-26 14:52:16 -07:00
v1beta1 Caps for CauseType 2014-09-27 21:48:35 -07:00
v1beta2 Caps for CauseType 2014-09-27 21:48:35 -07:00
v1beta3 Proposal for v1beta3 API 2014-09-29 12:10:36 -04:00
validation Make and use api.Protocol type 2014-09-27 20:31:37 -07:00
context.go Update to use api.Context 2014-09-26 11:50:34 -04:00
conversion.go Remove unnecessary EmbeddedObjects 2014-09-22 16:03:07 -04:00
doc.go Split api into api, api/common, api/validation & apitools 2014-09-02 10:40:52 -07:00
register.go Add new Event type 2014-09-25 11:31:35 -07:00
serialization_test.go Add new Event type 2014-09-25 11:31:35 -07:00
types.go Caps for CauseType 2014-09-27 21:48:35 -07:00