summaryrefslogtreecommitdiff
path: root/api_changes.md
AgeCommit message (Collapse)Author
2016-02-18Spelling fixes inspired by github.com/client9/misspelllaushinka
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-14Add note about type comments to API changes docPaul Morie
2015-11-13Run update-gendocsTim Hockin
2015-10-19api_changes.md changes for json-related code autogeneration.Wojciech Tyczynski
2015-10-14Doc: apigroups, alpha, beta, experimental/v1alpha1Eric Tune
2015-10-09Merge pull request #14219 from Huawei-PaaS/change_params_to_extraParamsk8s-merge-robot
Auto commit by PR queue bot
2015-09-23Add link to dev e2e docs from api_changes docPaul Morie
2015-09-19Change 'params' to 'extraParams' to keep align with naming conventionsqiaolei
Go field names must be CamelCase. JSON field names must be camelCase. Other than capitalization of the initial letter, the two should almost always match. No underscores nor dashes in either Please refer 'https://github.com/kubernetes/kubernetes/blob/master/docs/devel/api-conventions.md#naming-conventions'
2015-09-11Fix tooling for apis/experimental's new homeDaniel Smith
* fix package name * add a script to auto-gofmt everything, useful after grep/sed incantations * update conversion/deep copy generation * doc update
2015-09-08Update api change docsPaul Morie
2015-09-04Merge pull request #13278 from bgrant0607/docfix2Piotr Szczesniak
Start on expanding code expectations (aka "The bar")
2015-09-01Start on expanding code expectations (aka "The bar")Brian Grant
2015-08-28Revert "Revert "LimitRange updates for Resource Requirements Requests""Prashanth B
2015-08-27Revert "LimitRange updates for Resource Requirements Requests"Piotr Szczesniak
2015-08-26Merge pull request #12492 from derekwaynecarr/limit_range_apiYu-Ju Hong
LimitRange updates for Resource Requirements Requests
2015-08-24Added more API conventions.Brian Grant
2015-08-24Document need to run generated deep copyderekwaynecarr
2015-07-30Fix trailing whitespace in all docsEric Paris
2015-07-19Improve devel docs syntax highlighting.Alex Robinson
2015-07-17Run gendocsTim Hockin
2015-07-17apply changesDaniel Smith
2015-07-17Better scary messageTim Hockin
2015-07-14Run gendocsTim Hockin
2015-07-14Run gendocsTim Hockin
2015-07-13Apply mungedocs changesDaniel Smith
2015-07-13Run gendocs and mungesTim Hockin
2015-07-13Copy edits to remove doubled wordsEd Costello
2015-05-28Update instructions on conversions.Wojciech Tyczynski
2015-05-20Automatically generate conversionsWojciech Tyczynski
2015-05-19Don't rename api imports in conversionsTim Hockin
2015-05-18Add API change suggestions.Eric Tune
2015-05-15Add ga-beacon analytics to gendocs scriptsJeff Lowdermilk
hack/run-gendocs.sh puts ga-beacon analytics link into all md files, hack/verify-gendocs.sh verifies presence of link.
2015-05-13Instructions for generating conversions.Wojciech Tyczynski
2015-05-04Add step to API changes doc for swagger regenPaul Morie
2015-04-29Improvements to conversions generator.Wojciech Tyczynski
2015-04-27Merge pull request #7314 from pmorie/docRohit Jnagal
Add hint re: fuzzer to api changes doc
2015-04-27Add hint re: fuzzer to api changes docPaul Morie
2015-04-26Corrected some typosGeorge Kuan
2015-03-25Add a pointer to kubernetes-dev to API changes doc.Rohit Jnagal
2015-03-16Add a doc explaining how to make API changesTim Hockin
Covers compatibility, internal API, versioned APIs, tests, fuzzer, semantic deep equal, etc. I wrote this as I worked on the next big multi-port service change.