Commit Graph

20 Commits (738f403eea96d4dc647b9091c338fcf70725982c)

Author SHA1 Message Date
Eric Tune 7ca60d5775 API Conventions for Late-initializers 2015-04-28 15:41:44 -07:00
Brian Grant f1cea092df Update docs. Add design principles. Fixes #6133. Fixes #4182.
# *** ERROR: *** docs are out of sync between cli and markdown
# run hack/run-gendocs.sh > docs/kubectl.md to regenerate

#
# Your commit will be aborted unless you regenerate docs.
    COMMIT_BLOCKED_ON_GENDOCS
2015-04-16 22:13:44 +00:00
Brian Grant 7beb6ddc76 Updated API conventions and other details, per #6133. 2015-04-15 02:32:34 +00:00
Sam Ghods 2c977db1b3 Implement Strategic Merge Patch in apiserver 2015-04-03 11:51:02 -07:00
Clayton Coleman aa44d29d10 Updated documentation and adjusted field names 2015-03-27 17:08:59 -04:00
Brendan Burns a92ca3fd6f Update error status code documentation a little bit. 2015-03-23 21:13:11 -07:00
saadali cb44c0d6aa Fix typos in api-conventions.md 2015-03-12 16:02:01 -07:00
saadali 024460e147 Add documentation for API Status Kind 2015-03-12 15:16:11 -07:00
Prashanth Balasubramanian 1ed3f7ffcd Clarify documentation around resourceVersion 2015-03-05 20:57:22 -08:00
Satnam Singh d51a9f8df3 Move proxy and redirect text out of api-conventions.md 2015-03-05 16:55:33 -08:00
Victor Marmol 5d919d6935 Specified that PUT is a replace and not an update.
Fixes #3112.
2015-03-04 17:02:42 -08:00
Daniel Smith e3544edeea add section on constants being camel case 2015-03-04 15:12:37 -08:00
Clayton Coleman 8c7a8b4347 Clarify the difference between kinds and resources in the API
As we prepare to expose additional endpoints for pod status, cloning,
binding, and templating, we should clarify the terminology and
distinctions. Use pod status as an example of an alternative "resource"
that shares the same "kind" (schema) as pods.
2015-02-20 15:46:27 -05:00
Sam Ghods 046c11d5fd Update api-conventions.md to fix heading link 2015-02-18 18:31:37 -08:00
Yu-Ju Hong 299d894dbb Add a brief description on how we handle defaults 2015-02-17 13:08:38 -08:00
nikhiljindal 7cd243cf31 Adding links to http://kubernetes.io/third_party/swagger-ui/ in our docs 2015-02-03 12:21:16 -08:00
Parth Oberoi a5d413b774 typo fixed
'r' removed from 'identifies'
2015-01-21 21:36:43 +05:30
Brian Grant d5700eac35 Documentation improvements. Fixes #2004, #2115, #2171. 2014-11-17 21:32:44 +00:00
Sam Ghods 1bd117ba1e Formatting tweaks to docs/api-conventions.md 2014-11-05 20:49:16 -08:00
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