diff options
| author | Tim Hockin <thockin@google.com> | 2015-07-13 15:15:35 -0700 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2015-07-14 15:28:59 -0700 |
| commit | c8cc5f5d4a33e2c77e99580849f93c54a2fd1d11 (patch) | |
| tree | 4554f1afd10e9157df94d871736842db4ee5fffd | |
| parent | b8889dc9532b5b58504d8b0ab52df2d5c386e449 (diff) | |
Run gendocs
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | api_changes.md | 10 | ||||
| -rw-r--r-- | cherry-picks.md | 10 | ||||
| -rw-r--r-- | coding-conventions.md | 10 | ||||
| -rw-r--r-- | collab.md | 10 | ||||
| -rw-r--r-- | developer-guides/vagrant.md | 10 | ||||
| -rw-r--r-- | development.md | 10 | ||||
| -rw-r--r-- | faster_reviews.md | 10 | ||||
| -rw-r--r-- | flaky-tests.md | 10 | ||||
| -rw-r--r-- | getting-builds.md | 10 | ||||
| -rw-r--r-- | instrumentation.md | 10 | ||||
| -rw-r--r-- | issues.md | 10 | ||||
| -rw-r--r-- | logging.md | 10 | ||||
| -rw-r--r-- | making-release-notes.md | 10 | ||||
| -rw-r--r-- | profiling.md | 10 | ||||
| -rw-r--r-- | pull-requests.md | 10 | ||||
| -rw-r--r-- | releasing.md | 10 | ||||
| -rw-r--r-- | scheduler.md | 10 | ||||
| -rw-r--r-- | scheduler_algorithm.md | 10 | ||||
| -rw-r--r-- | writing-a-getting-started-guide.md | 10 |
20 files changed, 180 insertions, 20 deletions
@@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/api_changes.md b/api_changes.md index 3a0c1991..d132adf3 100644 --- a/api_changes.md +++ b/api_changes.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/cherry-picks.md b/cherry-picks.md index 04811f0b..0453102f 100644 --- a/cherry-picks.md +++ b/cherry-picks.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/coding-conventions.md b/coding-conventions.md index 54d9aaa6..030b3448 100644 --- a/coding-conventions.md +++ b/coding-conventions.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/developer-guides/vagrant.md b/developer-guides/vagrant.md index 1b716648..5234e88a 100644 --- a/developer-guides/vagrant.md +++ b/developer-guides/vagrant.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/development.md b/development.md index ba9b9897..435aac3a 100644 --- a/development.md +++ b/development.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/faster_reviews.md b/faster_reviews.md index eb3b25e9..8879075e 100644 --- a/faster_reviews.md +++ b/faster_reviews.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/flaky-tests.md b/flaky-tests.md index d26fc406..fe5af939 100644 --- a/flaky-tests.md +++ b/flaky-tests.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/getting-builds.md b/getting-builds.md index 770d486c..53193e84 100644 --- a/getting-builds.md +++ b/getting-builds.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/instrumentation.md b/instrumentation.md index 22cd38e1..39a9d922 100644 --- a/instrumentation.md +++ b/instrumentation.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/making-release-notes.md b/making-release-notes.md index 877c1364..482c05a1 100644 --- a/making-release-notes.md +++ b/making-release-notes.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/profiling.md b/profiling.md index 41737414..7eadfbbe 100644 --- a/profiling.md +++ b/profiling.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/pull-requests.md b/pull-requests.md index 1c6bbe5f..cf325823 100644 --- a/pull-requests.md +++ b/pull-requests.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/releasing.md b/releasing.md index 5cdbde2f..3de00293 100644 --- a/releasing.md +++ b/releasing.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/scheduler.md b/scheduler.md index d9fccefc..3617a1dd 100644 --- a/scheduler.md +++ b/scheduler.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/scheduler_algorithm.md b/scheduler_algorithm.md index 119b0c86..d5ab280a 100644 --- a/scheduler_algorithm.md +++ b/scheduler_algorithm.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> diff --git a/writing-a-getting-started-guide.md b/writing-a-getting-started-guide.md index dec4d9c9..bb017814 100644 --- a/writing-a-getting-started-guide.md +++ b/writing-a-getting-started-guide.md @@ -2,13 +2,21 @@ <!-- BEGIN STRIP_FOR_RELEASE --> -<h1>*** PLEASE NOTE: This document applies to the HEAD of the source + + + + +<h1>PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.</h1> <strong>Documentation for specific releases can be found at [releases.k8s.io](http://releases.k8s.io).</strong> + + + + <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> |
