Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
Mikkel Oscar Lyderik Larsen
f39f2e29a2
e2e: Remove special serviceaccount permission requirement
2017-04-04 16:07:12 +02:00
Jordan Liggitt
8706bc9617
install authorization.k8s.io/v1, add tests
...
Use specific v1beta1 Authorization client
Add client expansions
2017-02-06 18:16:51 -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
Dr. Stefan Schimanski
bf307d9948
genericapiserver: cut off pkg/serviceaccount dependency
2017-01-17 09:36:10 +01:00
Kubernetes Submit Queue
4811ad0231
Merge pull request #38592 from krousey/client-context
...
Automatic merge from submit-queue (batch tested with PRs 38592, 39949, 39946, 39882)
Add optional per-request context to restclient
**What this PR does / why we need it**: It adds per-request contexts to restclient's API, and uses them to add timeouts to all proxy calls in the e2e tests. An entire e2e shouldn't hang for hours on a single API call.
**Which issue this PR fixes**: #38305
**Special notes for your reviewer**:
This adds a feature to the low-level rest client request feature that is entirely optional. It doesn't affect any requests that don't use it. The api of the generated clients does not change, and they currently don't take advantage of this.
I intend to patch this in to 1.5 as a mostly test only change since it's not going to affect any controller, generated client, or user of the generated client.
cc @kubernetes/sig-api-machinery
cc @saad-ali
2017-01-16 10:37:38 -08: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
Kris
128af75b93
Add timeouts to proxy calls in e2e tests
2016-12-14 13:14:44 -08: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
Jan Chaloupka
4fde09d308
Replace client with clientset in code
2016-10-23 22:00:35 +02:00
Maciej Szulik
17788bb1e0
Rework pod waiting mechanism in e2e tests to accept pod and watch based
...
on its ResourceVersion to make sure we catch all the events.
2016-07-20 15:21:50 +02:00
Antoine Pelisse
321c410308
Revert "Switched watches in tests require ResourceVersion to be passed"
2016-07-19 13:28:57 -07:00
Maciej Szulik
83297a0617
Rework pod waiting mechanism in e2e tests to accept pod and watch based
...
on its ResourceVersion to make sure we catch all the events.
2016-07-18 12:06:36 +02:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Tim St. Clair
b0d3f32e88
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
Jay Vyas
9a71dfe753
KubeDescribe implementation with verify into after-build/ scripts.
2016-03-15 22:29:21 -04:00
gmarek
110340c467
Add an option to pass client's QPS/burst to e2e framework
2016-02-29 09:32:29 +01:00
feihujiang
e85253916f
Support the subresource of node proxy
2016-02-16 17:02:45 +08:00
Jeff Grafton
87b0783808
Update tests to use nettest:1.7
2016-02-11 15:50:53 -08:00
Yu-Ju Hong
4544575e11
e2e: use the tagged busybox image to avoid unnecessary pulling
2016-02-08 15:28:55 -08:00
Isaac Hollander McCreery
a5d895ac49
Add version-guarding around calls to SubResource proxy in e2es
2015-12-16 11:18:47 -08:00
feihujiang
ceeac16dc4
Remove use of legacy pods proxy path
2015-11-09 15:23:48 +08:00
Avesh Agarwal
c3dfd30e51
Fixes incorrect output.
2015-10-27 14:58:19 -04:00
Dr. Stefan Schimanski
cb00df9b28
Tag conformance tests with a [Conformance] string in the description
...
- remove skip list from conformance-test.sh and filter by the new tag
- remove experimental api tests from conformance test suite
- remove all tests from conformance test suite which are either
restricted to e.g. gce, gke, aws or require SSH
2015-10-09 23:14:43 +01:00
Kris Rousey
ae6c64d9bb
Moving everyone to unversioned client
2015-08-18 10:23:03 -07:00
Mike Danese
8e33cbfa28
rewrite go imports
2015-08-05 17:30:03 -07:00
nikhiljindal
90d371c98f
Updating nettest image to latest code
2015-07-09 18:07:18 -07:00
Saad Ali
56083489e3
Merge pull request #9884 from brendandburns/gcr
...
Switch to loading busybox from gcr.
2015-06-17 11:38:24 -07:00
Justin Santa Barbara
3912ab29d8
e2e test polishing
...
Some typo fixes; some clearer messages on failed assertions;
some TODOs on deeper problems.
2015-06-16 21:15:11 -04:00
Brendan Burns
9fda26e5da
Switch to loading busybox from gcr.
2015-06-16 11:31:33 -07:00
Brendan Burns
1e94eed475
Add a test for PreStop hooks.
2015-05-26 21:23:15 -07:00