| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-13 | Updated docs and examples for release-1.3. | David McMahon | |
| 2016-06-10 | Revert "Versioning docs and examples for v1.4.0-alpha.0." | Dawn Chen | |
| This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a. | |||
| 2016-06-10 | Versioning docs and examples for v1.4.0-alpha.0. | David McMahon | |
| 2016-04-28 | Merge pull request #24231 from mikebrow/design-docs-80col-updates | k8s-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-27 | Protobuf doc changes | Clayton Coleman | |
| 2016-04-19 | updates to devel/*.md files | mikebrow | |
| Signed-off-by: mikebrow <brownwm@us.ibm.com> | |||
| 2016-03-08 | Update the latestReleaseBranch to release-1.2 in the munger. | David McMahon | |
| 2016-02-03 | Document Unions, conventions for adding to Unions. | Eric Tune | |
| 2015-12-22 | Merge pull request #18047 from caesarxuchao/munger-tag-new | Brendan Burns | |
| Stop munger produce the link to a release version doc if it doesn't exit in the release branch | |||
| 2015-12-22 | Copy edits for typos | Ed Costello | |
| 2015-12-21 | run hack/update-generated-docs.sh | Chao Xu | |
| 2015-12-20 | Document that int32 and int64 must be used in external types | Clayton Coleman | |
| 2015-12-18 | Clean up and document validation strings | Tim Hockin | |
| Also add a detail string for Required and Forbidden. Fix tests. | |||
| 2015-12-14 | api-conventions: Namespace is label, not subdomain | Tim Hockin | |
| 2015-11-30 | Merge pull request #16628 from caesarxuchao/change-error-type | k8s-merge-robot | |
| Auto commit by PR queue bot | |||
| 2015-11-25 | change the "too old resource version" error from InternalError to 410 Gone. | Chao Xu | |
| 2015-11-23 | Clarify when pointers are used for optional types | Tim St. Clair | |
| 2015-11-19 | Merge pull request #17377 from bgrant0607/docfix2 | k8s-merge-robot | |
| Auto commit by PR queue bot | |||
| 2015-11-18 | Address feedback | Brian Grant | |
| 2015-11-17 | Add conventions about primitive types. | Brian Grant | |
| 2015-11-16 | clarify experimental annotations doc | Tim Hockin | |
| 2015-11-13 | Run update-gendocs | Tim Hockin | |
| 2015-10-23 | Merge pull request #16197 from thockin/docs-nits | Tim Hockin | |
| syntax is 'go' not 'golang' | |||
| 2015-10-23 | syntax is 'go' not 'golang' | Tim Hockin | |
| 2015-10-23 | fix typo in api-converntions.md | dingh | |
| 2015-10-20 | Merge pull request #15414 from thockin/exp-beta-annotations | k8s-merge-robot | |
| Auto commit by PR queue bot | |||
| 2015-10-19 | Documented required/optional fields. | Eric Tune | |
| 2015-10-14 | update docs on experimental annotations | Tim Hockin | |
| 2015-10-12 | fix incorrect merge MIME type in api-conventions doc | Mike Danese | |
| 2015-10-09 | Expose exec and logs via WebSockets | Clayton 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-09 | Strengthen wording about status behavior. | Brian Grant | |
| 2015-09-20 | Clarify experimental annotation format | Tim Hockin | |
| 2015-09-17 | Move pkg/util.Time to pkg/api/unversioned.Time | Daniel Martà | |
| Along with our time.Duration wrapper, as suggested by @lavalamp. | |||
| 2015-09-15 | A couple more naming conventions. | Brian Grant | |
| 2015-09-01 | Start on expanding code expectations (aka "The bar") | Brian Grant | |
| 2015-08-24 | Merge pull request #13122 from bgrant0607/docfix3 | Nikhil Jindal | |
| Added more API conventions. | |||
| 2015-08-24 | Added more API conventions. | Brian Grant | |
| 2015-08-18 | Add duration naming conventions. | Brian Grant | |
| 2015-08-14 | Update API conventions. Add kubectl conventions. | Brian Grant | |
| Ref #12322. Fixes #6797. | |||
| 2015-08-05 | rewrite all links to issues to k8s links | Mike Danese | |
| 2015-07-30 | Fix trailing whitespace in all docs | Eric Paris | |
| 2015-07-20 | Fix capitalization of Kubernetes in the documentation. | Alex Robinson | |
| 2015-07-19 | Merge pull request #11551 from a-robinson/docs | Brian Grant | |
| Improve syntax highlighting for design and devel docs | |||
| 2015-07-19 | Replace ``` with ` when emphasizing something inline in docs/ | Alex Robinson | |
| 2015-07-19 | Fix gendocs | Alex Robinson | |
| 2015-07-19 | Improve devel docs syntax highlighting. | Alex Robinson | |
| 2015-07-17 | Merge pull request #11452 from thockin/docs-munge-headerlines | David Oppenheimer | |
| Munge headerlines | |||
| 2015-07-17 | Run gendocs | Tim Hockin | |
| 2015-07-17 | Make TOC munge include blank line before TOC | Tim Hockin | |
| 2015-07-17 | Merge pull request #11424 from lavalamp/mungePreformatted | Abhi Shah | |
| Munge preformatted | |||
