summaryrefslogtreecommitdiff
path: root/api-conventions.md
AgeCommit message (Collapse)Author
2016-06-13Updated docs and examples for release-1.3.David McMahon
2016-06-10Revert "Versioning docs and examples for v1.4.0-alpha.0."Dawn Chen
This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a.
2016-06-10Versioning docs and examples for v1.4.0-alpha.0.David McMahon
2016-04-28Merge pull request #24231 from mikebrow/design-docs-80col-updatesk8s-merge-robot
Automatic merge from submit-queue Cleans up line wrap at 80 cols and some minor editing issues Address line wrap issue #1488. Also cleans up other minor editing issues in the docs/design/* tree such as spelling errors. Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-27Protobuf doc changesClayton Coleman
2016-04-19updates to devel/*.md filesmikebrow
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-03-08Update the latestReleaseBranch to release-1.2 in the munger.David McMahon
2016-02-03Document Unions, conventions for adding to Unions.Eric Tune
2015-12-22Merge pull request #18047 from caesarxuchao/munger-tag-newBrendan Burns
Stop munger produce the link to a release version doc if it doesn't exit in the release branch
2015-12-22Copy edits for typosEd Costello
2015-12-21run hack/update-generated-docs.shChao Xu
2015-12-20Document that int32 and int64 must be used in external typesClayton Coleman
2015-12-18Clean up and document validation stringsTim Hockin
Also add a detail string for Required and Forbidden. Fix tests.
2015-12-14api-conventions: Namespace is label, not subdomainTim Hockin
2015-11-30Merge pull request #16628 from caesarxuchao/change-error-typek8s-merge-robot
Auto commit by PR queue bot
2015-11-25change the "too old resource version" error from InternalError to 410 Gone.Chao Xu
2015-11-23Clarify when pointers are used for optional typesTim St. Clair
2015-11-19Merge pull request #17377 from bgrant0607/docfix2k8s-merge-robot
Auto commit by PR queue bot
2015-11-18Address feedbackBrian Grant
2015-11-17Add conventions about primitive types.Brian Grant
2015-11-16clarify experimental annotations docTim Hockin
2015-11-13Run update-gendocsTim Hockin
2015-10-23Merge pull request #16197 from thockin/docs-nitsTim Hockin
syntax is 'go' not 'golang'
2015-10-23syntax is 'go' not 'golang'Tim Hockin
2015-10-23fix typo in api-converntions.mddingh
2015-10-20Merge pull request #15414 from thockin/exp-beta-annotationsk8s-merge-robot
Auto commit by PR queue bot
2015-10-19Documented required/optional fields.Eric Tune
2015-10-14update docs on experimental annotationsTim Hockin
2015-10-12fix incorrect merge MIME type in api-conventions docMike Danese
2015-10-09Expose exec and logs via WebSocketsClayton Coleman
Not all clients and systems can support SPDY protocols. This commit adds support for two new websocket protocols, one to handle streaming of pod logs from a pod, and the other to allow exec to be tunneled over websocket. Browser support for chunked encoding is still poor, and web consoles that wish to show pod logs may need to make compromises to display the output. The /pods/<name>/log endpoint now supports websocket upgrade to the 'binary.k8s.io' subprotocol, which sends chunks of logs as binary to the client. Messages are written as logs are streamed from the container daemon, so flushing should be unaffected. Browser support for raw communication over SDPY is not possible, and some languages lack libraries for it and HTTP/2. The Kubelet supports upgrade to WebSocket instead of SPDY, and will multiplex STDOUT/IN/ERR over websockets by prepending each binary message with a single byte representing the channel (0 for IN, 1 for OUT, and 2 for ERR). Because framing on WebSockets suffers from head-of-line blocking, clients and other server code should ensure that no particular stream blocks. An alternative subprotocol 'base64.channel.k8s.io' base64 encodes the body and uses '0'-'9' to represent the channel for ease of use in browsers.
2015-10-09Strengthen wording about status behavior.Brian Grant
2015-09-20Clarify experimental annotation formatTim Hockin
2015-09-17Move pkg/util.Time to pkg/api/unversioned.TimeDaniel Martí
Along with our time.Duration wrapper, as suggested by @lavalamp.
2015-09-15A couple more naming conventions.Brian Grant
2015-09-01Start on expanding code expectations (aka "The bar")Brian Grant
2015-08-24Merge pull request #13122 from bgrant0607/docfix3Nikhil Jindal
Added more API conventions.
2015-08-24Added more API conventions.Brian Grant
2015-08-18Add duration naming conventions.Brian Grant
2015-08-14Update API conventions. Add kubectl conventions.Brian Grant
Ref #12322. Fixes #6797.
2015-08-05rewrite all links to issues to k8s linksMike Danese
2015-07-30Fix trailing whitespace in all docsEric Paris
2015-07-20Fix capitalization of Kubernetes in the documentation.Alex Robinson
2015-07-19Merge pull request #11551 from a-robinson/docsBrian Grant
Improve syntax highlighting for design and devel docs
2015-07-19Replace ``` with ` when emphasizing something inline in docs/Alex Robinson
2015-07-19Fix gendocsAlex Robinson
2015-07-19Improve devel docs syntax highlighting.Alex Robinson
2015-07-17Merge pull request #11452 from thockin/docs-munge-headerlinesDavid Oppenheimer
Munge headerlines
2015-07-17Run gendocsTim Hockin
2015-07-17Make TOC munge include blank line before TOCTim Hockin
2015-07-17Merge pull request #11424 from lavalamp/mungePreformattedAbhi Shah
Munge preformatted