Commit Graph

60 Commits

Author SHA1 Message Date
Tim Hockin 200fe5ae1f Merge pull request #26702 from joe2far/fix-broken-links
Fix broken warning image link in docs
2016-07-20 15:10:41 -07:00
lixiaobing10051267 6cb74d1558 The directory of file "api_changes.md" has been changed, need to modify 2016-07-18 17:24:55 +08:00
joe2far 9298db79ff Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
Tim Hockin 451e9a5a3f s/deep_copy/deepcopy/
Just a naming nit that was too hard to fixup-and-rebase.
2016-07-12 21:52:54 -07:00
Tim Hockin 3891f09e19 small docs update 2016-07-07 22:09:08 -07:00
k8s-merge-robot 3bc5017e01 Merge pull request #28578 from thockin/dont-checkin-generated-code-prep-1
Automatic merge from submit-queue

Prep for not checking in generated, part 1/2

This PR is extracted from #25978 - it is just the deep-copy related parts.  All the Makefile and conversion stuff is excluded.

@wojtek-t this is literally branched, a bunch of commits deleted, and a very small number of manual fixups applied.  If you think this is easier to review (and if it passes CI) you can feel free to go over it again. I will follow this with a conversion-related PR to build on this.

Or if you prefer, just close this and let the mega-PR ride.

@lavalamp
2016-07-07 21:25:10 -07:00
Tim Hockin 4a69f7cd28 Use file tags to generate deep-copies
This drives most of the logic of deep-copy generation from tags like:
  // +deepcopy-gen=package
..rather than hardcoded lists of packages.  This will make it possible to
subsequently generate code ONLY for packages that need it *right now*, rather
than all of them always.

Also remove pkgs that really do not need deep-copies (no symbols used
anywhere).
2016-07-07 16:49:46 -07:00
Tim St. Clair a96008ab10 Regenerate TOCs with duplicate header fix 2016-07-07 13:31:17 -07:00
David McMahon 4a5d209960 Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
Dawn Chen 94ac5ff7f0 Revert "Versioning docs and examples for v1.4.0-alpha.0."
This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a.
2016-06-10 16:46:46 -07:00
David McMahon 2f5640b791 Versioning docs and examples for v1.4.0-alpha.0. 2016-06-10 14:55:35 -07:00
k8s-merge-robot 2bb6a7ac1c Merge pull request #24231 from mikebrow/design-docs-80col-updates
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-28 06:49:46 -07:00
Clayton Coleman b2a0bc7011 Protobuf doc changes 2016-04-27 21:15:36 -04:00
mikebrow 16d43fd660 updates to devel/*.md files
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-19 13:31:01 -05:00
Deyuan Deng c8dd7c28d5 Update API change for internal types 2016-04-19 18:57:07 +08:00
David McMahon e0770531ab Update the latestReleaseBranch to release-1.2 in the munger. 2016-03-08 18:59:28 -08:00
laushinka 024b847eb1 Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
Eric Tune dfa00a5742 Document Unions, conventions for adding to Unions. 2016-02-03 13:25:18 -08:00
Brendan Burns e2ff274270 Merge pull request #18047 from caesarxuchao/munger-tag-new
Stop munger produce the link to a release version doc if it doesn't exit in the release branch
2015-12-22 10:35:20 -08:00
Ed Costello b3849ceb44 Copy edits for typos 2015-12-22 09:30:48 -05:00
Chao Xu 83db13cc2e run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
Paul Morie ad6bfda321 Add note about type comments to API changes doc 2015-12-14 15:03:21 -05:00
Tim Hockin ff8cdfcde8 Run update-gendocs 2015-11-13 13:57:57 -08:00
Wojciech Tyczynski 21ea4045ce api_changes.md changes for json-related code autogeneration. 2015-10-19 19:37:53 +02:00
Eric Tune 576acdb7fb Doc: apigroups, alpha, beta, experimental/v1alpha1 2015-10-14 09:06:05 -07:00
k8s-merge-robot dab14bc026 Merge pull request #14219 from Huawei-PaaS/change_params_to_extraParams
Auto commit by PR queue bot
2015-10-09 15:47:21 -07:00
Paul Morie 7b4fa0ae90 Add link to dev e2e docs from api_changes doc 2015-09-23 14:45:00 -04:00
qiaolei 6d04d61074 Change 'params' to 'extraParams' to keep align with naming conventions
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-19 09:32:17 +08:00
Daniel Smith acb2ce01b3 Fix tooling for apis/experimental's new home
* fix package name
* add a script to auto-gofmt everything, useful after grep/sed incantations
* update conversion/deep copy generation
* doc update
2015-09-11 16:06:10 -07:00
Paul Morie cf287959ee Update api change docs 2015-09-08 13:38:15 -04:00
Piotr Szczesniak c75f57542b Merge pull request #13278 from bgrant0607/docfix2
Start on expanding code expectations (aka "The bar")
2015-09-04 13:40:24 +02:00
Brian Grant ca9f771cf9 Start on expanding code expectations (aka "The bar") 2015-09-01 20:33:59 +00:00
Prashanth B 52a0abcbe2 Revert "Revert "LimitRange updates for Resource Requirements Requests"" 2015-08-28 09:26:36 -07:00
Piotr Szczesniak cda298a5a0 Revert "LimitRange updates for Resource Requirements Requests" 2015-08-27 10:50:50 +02:00
Yu-Ju Hong 5dc95069e0 Merge pull request #12492 from derekwaynecarr/limit_range_api
LimitRange updates for Resource Requirements Requests
2015-08-26 13:02:57 -07:00
Brian Grant c90e062aec Added more API conventions. 2015-08-24 23:25:01 +00:00
derekwaynecarr 96988acedb Document need to run generated deep copy 2015-08-24 14:28:53 -04:00
Eric Paris 9a5c3748cc Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
Alex Robinson 883791a848 Improve devel docs syntax highlighting. 2015-07-19 08:54:49 +00:00
Tim Hockin da3e5f056b Run gendocs 2015-07-17 15:35:43 -07:00
Daniel Smith 35f2829ae0 apply changes 2015-07-17 11:04:46 -07:00
Tim Hockin 6a198dfa61 Better scary message 2015-07-17 09:28:49 -07:00
Tim Hockin 70aa961049 Run gendocs 2015-07-14 17:28:47 -07:00
Tim Hockin c8cc5f5d4a Run gendocs 2015-07-14 15:28:59 -07:00
Daniel Smith b8889dc953 Apply mungedocs changes 2015-07-13 17:48:40 -07:00
Tim Hockin 01bb3613a4 Run gendocs and munges 2015-07-13 11:27:48 -07:00
Ed Costello 5b891f6101 Copy edits to remove doubled words 2015-07-13 10:11:55 -04:00
Wojciech Tyczynski a5e20a975c Update instructions on conversions. 2015-05-28 17:42:41 +02:00
Wojciech Tyczynski 3c173916ea Automatically generate conversions 2015-05-20 17:11:18 +02:00
Tim Hockin bb07a8b81e Don't rename api imports in conversions 2015-05-19 11:21:21 -07:00