deads2k
|
11e8068d3f
|
move pkg/fields to apimachinery
|
2017-01-19 09:50:16 -05:00 |
deads2k
|
e74efe41a0
|
add rbac v1beta1
|
2017-01-18 09:49:33 -05:00 |
Clayton Coleman
|
9a2a50cda7
|
refactor: use metav1.ObjectMeta in other types
|
2017-01-17 16:17:19 -05:00 |
deads2k
|
26c46971f2
|
move PatchType to apimachinery
|
2017-01-17 08:32:05 -05:00 |
Dr. Stefan Schimanski
|
bf307d9948
|
genericapiserver: cut off pkg/serviceaccount dependency
|
2017-01-17 09:36:10 +01:00 |
NickrenREN
|
a12dea14e0
|
fix redundant alias clientset
|
2017-01-12 10:21:05 +08:00 |
deads2k
|
6a4d5cd7cc
|
start the apimachinery repo
|
2017-01-11 09:09:48 -05:00 |
deads2k
|
3a265d0eec
|
add permissions to kubectl test for rbac
|
2017-01-03 09:59:13 -05:00 |
CJ Cullen
|
345d652598
|
Tolerate a Forbidden error in e2e RBAC RoleBinding setup.
|
2016-12-27 20:11:14 -08:00 |
deads2k
|
d9a4cfc09f
|
fix e2e tests which use SAs for permissions
|
2016-12-21 16:25:32 -05:00 |
Chao Xu
|
03d8820edc
|
rename /release_1_5 to /clientset
|
2016-12-14 12:39:48 -08:00 |
Wojciech Tyczynski
|
a9ec31209e
|
GetOptions - fix tests
|
2016-12-09 09:42:01 +01:00 |
Chao Xu
|
a55c71db4d
|
test/e2e
|
2016-11-23 15:53:09 -08:00 |
Random-Liu
|
6c40bf5f50
|
Add e2e test for NPD v0.2.
|
2016-11-02 21:50:59 -07:00 |
Chao Xu
|
850729bfaf
|
include multiple versions in clientset
update client-gen to use the term "internalversion" rather than "unversioned";
leave internal one unqualified;
cleanup client-gen
|
2016-10-29 13:30:47 -07:00 |
Jan Chaloupka
|
4fde09d308
|
Replace client with clientset in code
|
2016-10-23 22:00:35 +02:00 |
Random-Liu
|
27779425e3
|
Use the right waiting time for eventually.
|
2016-09-02 16:01:53 -07:00 |
Harry Zhang
|
c495397cae
|
Refactor uuid into its own pkg
|
2016-07-30 00:07:02 -04:00 |
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
k8s-merge-robot
|
86357b8deb
|
Merge pull request #28092 from Random-Liu/fix-node-problem-detector-e2e
Automatic merge from submit-queue
Fix node problem detector e2e flake
Fix #28069.
The [original code](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/node_problem_detector.go#L198-L204) assumes the test condition will be generated after 5s ([`pollConsistently`](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/node_problem_detector.go#L39)), however sometimes that may not be enough, see #28096
So, this PR changes it to use `Eventually` instead of `Consistently` to make the code waits longer before the test condition to be generated. The original `Consistently` checking is a bit redundant, so I removed it.
@dchen1107
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
|
2016-06-28 09:18:16 -07:00 |
Random-Liu
|
aecb5357a6
|
Fix node problem detector e2e flake
|
2016-06-26 16:34:31 -07:00 |
Łukasz Oleś
|
8ec15ad937
|
Skip test if ssh is not supported by provider
On local vagrant cluster this test is failing because there is no ssh support.
|
2016-06-24 16:37:39 +02:00 |
Random-Liu
|
0d05ece797
|
Make it blocks in NodeProblemDetector e2e test serial.
|
2016-06-13 11:00:41 -07:00 |
Random-Liu
|
f6f79a7d20
|
Add e2e test for node problem detector
|
2016-06-09 18:20:07 -07:00 |