Tim Hockin
fd91d3f0ec
Make patch-up conversions simpler
...
Rather than an "all or nothing" approach to defining a custom conversion
function (which seems destined to cause problems eventually), this is an
attempt to make it possible to call the auto-generated code and then "fix it
up".
Specifically, consider you have a fooBar struct. If you don't define a
conversion for FooBar, you will get a generated function like:
convert_v1_FooBar_To_api_FooBar()
Before this PR, if you define your own conversion function, you get no
generated function. After this PR you get:
autoconvert_v1_FooBar_To_api_FooBar()
...which you can call yourself in your custom function.
2015-09-24 17:21:07 -07:00
Brian Grant
2cc9ed6b8d
Merge pull request #14369 from caesarxuchao/remove-thirdparty-from-v1
...
remove ThirdParty API from v1
2015-09-24 17:00:53 -07:00
Brian Grant
3778c00330
Merge pull request #14442 from mesosphere/smoke-tests
...
Add script to run minimal e2e tests to validate cluster deployment
2015-09-24 17:00:01 -07:00
Brian Grant
cc48f65de1
Merge pull request #14387 from robszumski/rewrite-coreos
...
docs: revamp CoreOS getting started guides
2015-09-24 16:59:02 -07:00
Brian Grant
bbae9fc983
Merge pull request #14330 from zhengguoyong/update-rc
...
update replication-controllers to replicaton controller
2015-09-24 16:55:28 -07:00
Brian Grant
dc9a094e1f
Merge pull request #14251 from zhengguoyong/del-whitespace2
...
delete the front whitespace of the annotation
2015-09-24 16:52:42 -07:00
Brian Grant
838591e7c1
Merge pull request #14235 from epixa/patch-1
...
Fix typos in nodesjs-mongodb example readme
2015-09-24 16:49:22 -07:00
Brian Grant
f30b0c46de
Merge pull request #14183 from Huawei-PaaS/issue/fix-cephfs-example-typo
...
Fix Cephfs example typo
2015-09-24 16:49:00 -07:00
Brian Grant
2a105f3692
Merge pull request #14187 from markturansky/unsupported_bandwidth
...
Added unsupported for non-linux platforms
2015-09-24 16:48:39 -07:00
Brian Grant
b6512a441f
Merge pull request #13835 from liggitt/assetfs
...
bump(github.com/elazarl/go-bindata-assetfs): 3dcc96556217539f50599357fb481ac0dc7439b9
2015-09-24 16:46:33 -07:00
Brian Grant
45cf563689
Merge pull request #14364 from spothanis/dep-update
...
Updated Gophercloud to fix indirect dependency issues
2015-09-24 16:45:44 -07:00
Brian Grant
e7fa5d4df8
Merge pull request #12646 from Huawei-PaaS/ubuntu_verify_cluster_timeout
...
remove duplicated cluster verify logic in ubuntu deployments scripts.
2015-09-24 16:44:45 -07:00
Chao Xu
3473212ea5
remove thirdParty API from api/v1/ and api/
2015-09-24 16:31:00 -07:00
Eric Tune
55bd5de217
Merge pull request #14156 from caesarxuchao/move-v1alpha1
...
Move experimental/v1 to v1alpha1
2015-09-24 16:21:50 -07:00
Chao Xu
ae1293418b
move experimental/v1 to experimental/v1alpha1;
...
use "group/version" in many places where used to expect "version" only.
2015-09-24 15:32:11 -07:00
Eric Tune
a518a27354
Merge pull request #14417 from soltysh/issue14385
...
Issue 14385: job's parallelism defaults to completions.
2015-09-24 14:25:22 -07:00
Eric Tune
43b37204ec
Merge pull request #14502 from deads2k/tolerate-missing-sortby
...
don't fatal on missing sorting flag
2015-09-24 14:09:42 -07:00
Eric Tune
f4f8ec68f8
Merge pull request #14518 from nikhiljindal/flag-exceptions
...
printf->print in hack/verify-flags-underscore.py script
2015-09-24 14:03:37 -07:00
Eric Tune
2eb60f4326
Merge pull request #14319 from nikhiljindal/deploymentExamplew
...
Adding an example deployment yaml
2015-09-24 13:57:18 -07:00
Eric Tune
50f8f0c782
Merge pull request #14343 from erictune/job-update
...
Job update
2015-09-24 13:54:54 -07:00
Eric Tune
c340d664da
Merge pull request #14046 from soltysh/job_controller_reaper_scaler
...
Reaper and scaler for jobs
2015-09-24 13:54:31 -07:00
Eric Tune
33c4c50c1e
Merge pull request #14358 from derekwaynecarr/fix_request_defaulting
...
Default resources.requests only for Pod resources
2015-09-24 13:43:44 -07:00
Eric Tune
ff1156d4c1
Merge pull request #13930 from ArtfulCoder/privileged
...
allow privileged pods
2015-09-24 13:42:31 -07:00
nikhiljindal
0799c11cb5
printf->print
2015-09-24 13:10:25 -07:00
Brian Grant
42cb619471
Merge pull request #14508 from lavalamp/fix-14477
...
Fix bug with empty subsets
2015-09-24 12:57:16 -07:00
Brian Grant
c7de21f2ea
Merge pull request #14501 from brendandburns/flakes3
...
Disable race detection for all integration tests
2015-09-24 12:55:36 -07:00
Daniel Smith
76a37694f6
Revert "Temporary workaround of problem with not ready endpoints."
...
This reverts commit eb9cb8fbae
.
2015-09-24 10:49:43 -07:00
Daniel Smith
50a98d8fc0
Fix bug with empty subsets
2015-09-24 10:48:19 -07:00
deads2k
dd7ed11fc1
don't fatal on missing sorting flag
2015-09-24 12:53:33 -04:00
Brendan Burns
ec427f22b1
Disable race detection for all integration tests
2015-09-24 09:37:01 -07:00
Jerzy Szczepkowski
0662141f67
Merge pull request #14488 from piosz/api-bug
...
Temporary workaround of problem with not ready endpoints.
2015-09-24 16:04:59 +02:00
Piotr Szczesniak
eb9cb8fbae
Temporary workaround of problem with not ready endpoints.
2015-09-24 14:57:21 +02:00
Jerzy Szczepkowski
4d44ab5703
Merge pull request #14486 from jszczepkowski/hpa-tune
...
E2E tests for horizontal pod autoscaler.
2015-09-24 14:51:41 +02:00
Jerzy Szczepkowski
c8238c079a
E2E tests for horizontal pod autoscaler.
...
Fixes & tuning in horiontal pod autoscaler and its e2e tests; two of the tests added to "Autoscaling suite".
2015-09-24 14:14:35 +02:00
Jerzy Szczepkowski
70d94fac9d
Merge pull request #14483 from mesosphere/sttts-fix-maxopenfiles
...
MESOS: Fix zero MaxOpenFiles in Mesos executor
2015-09-24 13:40:04 +02:00
Jerzy Szczepkowski
eb8ac3405a
Merge pull request #14482 from wojtek-t/fix_load_test
...
Properly use framework in load test
2015-09-24 12:39:17 +02:00
Wojciech Tyczynski
3ab11970d8
Properly use framework in load test
2015-09-24 12:02:49 +02:00
Dr. Stefan Schimanski
61b7e682ce
Fix zero MaxOpenFiles in Mesos executor
2015-09-24 11:59:16 +02:00
Jerzy Szczepkowski
ec0e1faab4
Merge pull request #14476 from gmarek/framework
...
Add an option to modify timeout for namespace duration in e2e Framework
2015-09-24 11:01:27 +02:00
gmarek
1459a1523f
Add an option to modify timeout for namespace duration in e2e Framework
2015-09-24 10:32:34 +02:00
Jerzy Szczepkowski
c53df247c8
Merge pull request #14440 from brendandburns/flakes2
...
Increase some more timeouts to eliminate flakes
2015-09-24 10:23:34 +02:00
Jerzy Szczepkowski
0c10d11207
Merge pull request #14456 from brendandburns/flakes3
...
Turn off race detection in the etcd tools test as etcd client isn't thread safe.
2015-09-24 09:56:53 +02:00
Jerzy Szczepkowski
fabff59757
Merge pull request #14472 from gmarek/tests
...
Move broken service tests to the flaky suite to make GCE suite happy again
2015-09-24 09:50:57 +02:00
gmarek
24b03c4db2
Move broken service tests to the flaky suite to make GCE suite happy again
2015-09-24 09:13:00 +02:00
Brendan Burns
d3379e72be
Turn off race detection in the etcd tools test as etcd client isn't thread safe
2015-09-23 21:25:26 -07:00
nikhiljindal
60bd4012ae
Adding a deployment example
2015-09-23 18:41:11 -07:00
Rob Szumski
aab396f624
docs: proper capitalization of CoreOS
2015-09-23 17:21:07 -07:00
Eric Tune
795d6827c1
Merge pull request #13712 from Huawei-PaaS/add_doc_for_ubuntu_Cluster_upgrade
...
Add docs for ubuntu kubernetes cluster upgrading
2015-09-23 16:50:08 -07:00
Rob Szumski
e831d1559c
docs: fix spelling/feedback
2015-09-23 16:48:01 -07:00
Eric Tune
83fde15083
Merge pull request #14155 from mattjmcnaughton/fix-devel-coding-conventions-markdown
...
Fix indendation on devel/coding-conventions.md
2015-09-23 16:46:50 -07:00