Zach Loafman
fbebc276bb
Fix the checkout instructions
2015-09-14 17:05:05 -07:00
derekwaynecarr
543db9330c
Fix broken link to submit queue
2015-09-14 13:03:11 -04:00
Daniel Smith
7a0fc719fb
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
k8s-merge-robot
92f21b3fe3
Merge pull request #13790 from kevin-wangzefeng/fix_typo_in_development_md
...
Auto commit by PR queue bot
2015-09-10 09:48:08 -07:00
Clayton Coleman
23133a7344
Define lock coding convention
2015-09-09 18:03:54 -04:00
Kevin
0b08fc8595
fix a typo in development.md and update git_workflow.png
2015-09-10 00:22:43 +08:00
goltermann
bec4c10dc4
Replace IRC with Slack in docs.
2015-09-08 15:17:39 -07:00
Paul Morie
6d96b63e62
Update api change docs
2015-09-08 13:38:15 -04:00
Quinton Hoole
dd68f0b23f
Merge pull request #13551 from eparis/cloudplatfrom-to-kubernetes
...
s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kub…
2015-09-04 12:36:01 -07:00
Piotr Szczesniak
58e9ee2c25
Merge pull request #13278 from bgrant0607/docfix2
...
Start on expanding code expectations (aka "The bar")
2015-09-04 13:40:24 +02:00
Eric Paris
04fc8ae3dd
s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes|
2015-09-03 10:10:11 -04:00
Eric Paris
f9c06397fe
Fix the link to the submit-queue whitelist
2015-09-02 18:00:52 -04:00
Brian Grant
97e505849f
Start on expanding code expectations (aka "The bar")
2015-09-01 20:33:59 +00:00
Harry Zhang
d70b565e55
Fix inconsistency path in GOPATH doc
...
we set up $KPATH/src/k8s.io/kubernetes directory, but ask user to `cd` into $KPATH/src/github.com/kubernetes
Close this if I made mistaken this
2015-08-31 15:19:53 +08:00
Prashanth B
52f7833cd3
Revert "Revert "LimitRange updates for Resource Requirements Requests""
2015-08-28 09:26:36 -07:00
Wojciech Tyczynski
2986d3eb73
Merge pull request #13235 from pwittrock/update_development_md
...
Update development godep instructions
2015-08-28 09:46:45 +02:00
Piotr Szczesniak
6e05b9e3a3
Revert "LimitRange updates for Resource Requirements Requests"
2015-08-27 10:50:50 +02:00
Phillip Wittrock
1ac0579d56
Update development godep instructions to work for cadvisor and changing transitive deps
2015-08-26 17:35:36 -07:00
Yu-Ju Hong
8797a72027
Merge pull request #13194 from jimmidyson/fabric8-java-client
...
Update fabric8 client library location
2015-08-26 15:12:19 -07:00
Yu-Ju Hong
1bae2b677d
Merge pull request #12492 from derekwaynecarr/limit_range_api
...
LimitRange updates for Resource Requirements Requests
2015-08-26 13:02:57 -07:00
Jimmi Dyson
b5318b45f1
Update fabric8 client library location
2015-08-26 10:59:03 +01:00
Nikhil Jindal
b52eb159ec
Merge pull request #13122 from bgrant0607/docfix3
...
Added more API conventions.
2015-08-24 17:54:24 -07:00
Brian Grant
165ca0df35
Added more API conventions.
2015-08-24 23:25:01 +00:00
derekwaynecarr
559905ab0e
Document need to run generated deep copy
2015-08-24 14:28:53 -04:00
dinghaiyang
2979ae7f2a
Repalce limits with requests in scheduler documentation.
...
Due to #11713
2015-08-25 00:14:24 +08:00
Brian Grant
0b85045245
Add duration naming conventions.
2015-08-18 23:44:03 +00:00
Robert Bailey
d78525a83b
Merge pull request #12750 from mikedanese/submit-queue
...
remove contrib/submit-queue as it is moving to the contrib repo
2015-08-18 09:15:22 -07:00
Patrick Flor
302cdceb6a
Update dev docs to note new coveralls URL
...
(also noting old URL for interested parties and future historians)
2015-08-17 09:17:03 -07:00
Eric Paris
21d22e04be
TYPO: fix documentation to point at update-generated-docs.sh
2015-08-14 18:50:03 -04:00
Mike Danese
83ae12f0c3
remove contrib/submit-queue as it is moving to the contrib repo
2015-08-14 13:54:04 -07:00
Brian Grant
f04d721612
Update API conventions. Add kubectl conventions.
...
Ref #12322 . Fixes #6797 .
2015-08-14 01:32:38 +00:00
goltermann
1b874e9f9a
Adding teams lists to faster_reviews.
2015-08-13 11:29:59 -07:00
Robert Bailey
3962848a24
Update repository links in development.md.
2015-08-12 13:12:32 -07:00
Bryan Stenson
9541414742
create cloudprovider "providers" package
...
move all providers into new package
update all references to old package path
2015-08-11 22:36:51 -07:00
Eric Paris
3b7c39656c
Split hack/{verify,update}-* files so we don't always go build
...
Right now some of the hack/* tools use `go run` and build almost every
time. There are some which expect you to have already run `go install`.
And in all cases the pre-commit hook, which runs a full build wouldn't
want to do either, since it just built!
This creates a new hack/after-build/ directory and has the scripts which
REQUIRE that the binary already be built. It doesn't test and complain.
It just fails miserably. Users should not be in this directory. Users
should just use hack/verify-* which will just do the build and then call
the "after-build" version. The pre-commit hook or anything which KNOWS
the binaries have been built can use the fast version.
2015-08-11 14:20:46 -04:00
Veres Lajos
9f77e49109
typofix - https://github.com/vlajos/misspell_fixer
2015-08-08 22:31:48 +01:00
Mike Danese
fe6b15ba2f
rewrite all links to issues to k8s links
2015-08-05 21:11:11 -07:00
Mike Danese
3f538145ab
fixup development doc for new vanity path
2015-08-05 17:52:57 -07:00
goltermann
90e1d5216e
Add post v1.0 PR merge details.
2015-08-05 14:52:46 -07:00
Mike Danese
fd7a48f379
Merge pull request #11839 from eparis/munger-rewrite
...
Major rewrite for docs munger
2015-07-31 10:21:25 -07:00
Eric Paris
024208e39f
Fix trailing whitespace in all docs
2015-07-30 20:41:30 -04:00
Tim Hockin
c58e3fbbb6
Add a note on when to use commits
2015-07-30 15:11:38 -07:00
Alex Robinson
acd1bed70e
Fix capitalization of Kubernetes in the documentation.
2015-07-20 14:39:36 -07:00
David Oppenheimer
50e95a031b
Absolutize links that leave the docs/ tree to go anywhere other than
...
to examples/ or back to docs/
2015-07-20 00:25:07 -07:00
Brian Grant
8cfd3d669e
Merge pull request #11551 from a-robinson/docs
...
Improve syntax highlighting for design and devel docs
2015-07-19 08:45:54 -07:00
Alex Robinson
68d6e3a8ae
Replace `` with
when emphasizing something inline in docs/
2015-07-19 09:05:17 +00:00
Alex Robinson
b80c0e5177
Fix gendocs
2015-07-19 09:05:17 +00:00
Alex Robinson
4182c3b394
Improve devel docs syntax highlighting.
2015-07-19 08:54:49 +00:00
Brian Grant
cbed53cffe
Gut stale roadmaps. Move useful content elsewhere.
2015-07-18 00:41:06 +00:00
David Oppenheimer
d28a6656ae
Merge pull request #11452 from thockin/docs-munge-headerlines
...
Munge headerlines
2015-07-17 15:52:08 -07:00