Kubernetes Prow Robot
|
b49d429f64
|
Merge pull request #78381 from qingsenLi/k8s-190527
fix a little spelling error
|
2019-05-28 01:02:57 -07:00 |
|
Kubernetes Prow Robot
|
cc5a87dba9
|
Merge pull request #78326 from roycaihw/crd-kubectl-e2e
fix test flake when kubectl e2e and crd-openapi e2e run in parallel
|
2019-05-28 01:02:43 -07:00 |
|
Kubernetes Prow Robot
|
470916d32d
|
Merge pull request #77922 from sttts/sttts-structural-crd-pruning-conversion-test
apiextensions: integration tests for pruning after conversion webhook
|
2019-05-28 01:02:00 -07:00 |
|
Haowei Cai
|
9808fa3d6c
|
mitigate test flake when kubectl e2e and crd-openapi e2e run in parallel
|
2019-05-27 12:59:11 -07:00 |
|
qingsenLi
|
f98bbdec32
|
fix a little spelling error
|
2019-05-28 01:38:44 +08:00 |
|
SataQiu
|
a6e0614dd9
|
fix golint failures of test/e2e/chaosmonkey
|
2019-05-27 18:30:12 +08:00 |
|
Maysa Macedo
|
b6f73bc82a
|
Increase coverage for e2e Network Policy tests
|
2019-05-27 02:59:56 -04:00 |
|
toyoda
|
028cd65db9
|
fix golint failure in e2e/common/[p-r]*
|
2019-05-27 08:57:02 +09:00 |
|
Kubernetes Prow Robot
|
16d33c4985
|
Merge pull request #78042 from oomichi/use-ExpectNoError-common2
Use framework.ExpectNoError() on e2e/common
|
2019-05-25 13:03:50 -07:00 |
|
Kubernetes Prow Robot
|
eaece39c86
|
Merge pull request #78323 from tallclair/docker
Add a special-cased runtime handler for dockershim
|
2019-05-25 09:01:50 -07:00 |
|
Dr. Stefan Schimanski
|
cd0b46874a
|
apiextensions: add storage race TODO in CRD conversion e2e test
|
2019-05-25 17:57:04 +02:00 |
|
Chao Xu
|
e28a1072d9
|
Make ListMeta.RemainingItemCount a pointer (*int64) to make sure it's omitted
when serialized to proto.
The SetRemainingItemCount() and GetRemainingItemCount() still takes and
returns an int64 to make developers life easier.
|
2019-05-24 18:12:55 -07:00 |
|
Tim Allclair
|
19a588eeda
|
Add a special-cased runtime handler for dockershim
|
2019-05-24 15:30:34 -07:00 |
|
Tim Allclair
|
c851c480d3
|
Move to debian-base non-root image
|
2019-05-24 11:57:43 -07:00 |
|
Sandeep Rajan
|
08e3fb5588
|
Add ready plugin to dns tests
|
2019-05-24 11:08:58 -04:00 |
|
SataQiu
|
d3a902ff5b
|
e2e refactor: cleanup Logf form framework/util
|
2019-05-24 16:39:46 +08:00 |
|
toyoda
|
7acb1540a9
|
Use framework.ExpectError() for e2e/a*
|
2019-05-24 15:16:02 +09:00 |
|
Kubernetes Prow Robot
|
a07b027261
|
Merge pull request #77825 from roycaihw/crd-openapi-beta
Promote Publish CRD OpenAPI to beta
|
2019-05-23 22:24:31 -07:00 |
|
Morten Torkildsen
|
f1883c9e8c
|
Support scale subresource for PDBs (#76294)
* Support scale subresource for PDBs
* Check group in finder functions
* Small fixes and more tests
|
2019-05-23 22:24:17 -07:00 |
|
Kubernetes Prow Robot
|
8c94f4daed
|
Merge pull request #78058 from verult/skip-leaking-pd
CSI migration e2e: do not skip tests if metricsGrabber.HasRegisteredM…
|
2019-05-23 14:48:20 -07:00 |
|
Tim Allclair
|
6e78c5bdde
|
Add RunAsNonRoot test
|
2019-05-23 12:23:04 -07:00 |
|
Kubernetes Prow Robot
|
d83805c479
|
Merge pull request #78194 from roycaihw/crd-openapi-e2e
Fix alpha CRD openapi e2e
|
2019-05-22 21:34:25 -07:00 |
|
Kubernetes Prow Robot
|
d1d6f64cda
|
Merge pull request #78198 from Random-Liu/node-e2e-service-account
Use default service account when creating test instance.
|
2019-05-22 20:06:23 -07:00 |
|
Kubernetes Prow Robot
|
367f135372
|
Merge pull request #78192 from Random-Liu/support-image-family-in-node-e2e
Support image family in node e2e image config file.
|
2019-05-22 13:52:38 -07:00 |
|
Kubernetes Prow Robot
|
4f33b5f421
|
Merge pull request #77820 from dims/charrywanganthony-pr-71835-delete-kubelet-security-controls
Remove deprecated Kubelet security controls
|
2019-05-22 13:52:25 -07:00 |
|
Haowei Cai
|
629bdf5e84
|
restore test behavior for CRD without validation cases
the test doesn't set empty validation but expects CRD controller to treat
nil schema specially and publish an empty schema
|
2019-05-22 12:16:08 -07:00 |
|
Haowei Cai
|
1cfed1cca6
|
fix crd openapi alpha e2e
make schema used in e2e structural so it can be published;
GET before UPDATE to tolerate object change
|
2019-05-22 12:14:55 -07:00 |
|
Jordan Liggitt
|
46b5573f78
|
Fix CRD e2e tests
|
2019-05-22 10:31:34 -04:00 |
|
Kenichi Omichi
|
496a18febc
|
Add hack/verify-test-code.sh
This script checks coding style for test code.
It is useful to enforce developers to use framework methods for
keeping readable test code for example.
|
2019-05-22 14:15:25 +00:00 |
|
Kubernetes Prow Robot
|
6ab483b6fb
|
Merge pull request #78155 from qingsenLi/k8s-190521
remove unused const in test/integration
|
2019-05-22 04:01:05 -07:00 |
|
Kubernetes Prow Robot
|
3371378506
|
Merge pull request #78096 from SataQiu/fix-golint-test-20190520
Fix golint failures of test/e2e/storage/drivers
|
2019-05-22 04:00:52 -07:00 |
|
Kubernetes Prow Robot
|
ec0f8b843f
|
Merge pull request #77913 from s-ito-ts/golint_test_e2e_autoscaling
Fix golint failures of test/e2e/autoscaling
|
2019-05-22 04:00:25 -07:00 |
|
Kubernetes Prow Robot
|
c2633d8969
|
Merge pull request #77890 from oomichi/use-ExpectNoError-scalability
Use ExpectNoError() for scalability and scheduling
|
2019-05-22 02:40:25 -07:00 |
|
Lantao Liu
|
6bcad9cf71
|
Support image family in node e2e image config file.
Signed-off-by: Lantao Liu <lantaol@google.com>
|
2019-05-21 21:32:48 -07:00 |
|
Lantao Liu
|
cd33337ad9
|
Use default service account when creating test instance.
Signed-off-by: Lantao Liu <lantaol@google.com>
|
2019-05-21 21:09:04 -07:00 |
|
Kubernetes Prow Robot
|
2fd1556eb3
|
Merge pull request #77720 from jiatongw/e2e/framework/service_util
Move service_util endpoints related functions to framework/endpoints/ports.go
|
2019-05-21 11:40:21 -07:00 |
|
Kubernetes Prow Robot
|
ae2a1628f6
|
Merge pull request #75459 from wk8/wk8/gmsa_beta
Kubelet & API changes for Windows GMSA support
|
2019-05-21 11:40:08 -07:00 |
|
qingsenLi
|
7da5f2d3e6
|
remove unused const in test/integration
|
2019-05-22 00:51:52 +08:00 |
|
Kubernetes Prow Robot
|
fe0d89fc57
|
Merge pull request #78131 from sttts/sttts-e2e-CreateMultiVersionTestCRD-fix
e2e: fix CreateMultiVersionTestCRD version logic
|
2019-05-20 18:39:05 -07:00 |
|
Kubernetes Prow Robot
|
938041694c
|
Merge pull request #77554 from sttts/sttts-structural-publishing
apiextensions: publish (only) structural OpenAPI schemas
|
2019-05-20 18:38:39 -07:00 |
|
Kubernetes Prow Robot
|
b049dfaa59
|
Merge pull request #77343 from johnSchnake/removeGKE-SAR-404-path
GKE also requires SAR endpoints
|
2019-05-20 13:21:13 -07:00 |
|
Dr. Stefan Schimanski
|
9e04e778dd
|
e2e: fix CreateMultiVersionTestCRD version logic
|
2019-05-20 22:07:02 +02:00 |
|
Jiatong Wang
|
76f76450ca
|
Move service_util endpoints related to framework/endpoints
Signed-off-by: Jiatong Wang <wangjiatong@vmware.com>
|
2019-05-20 11:47:38 -07:00 |
|
SataQiu
|
b828e570b1
|
fix golint failures of test/e2e/storage/drivers
|
2019-05-20 13:12:38 +08:00 |
|
s-ito-ts
|
c101f40e18
|
Fix golint failures of test/e2e/autoscaling
|
2019-05-20 02:20:39 +00:00 |
|
Bin Lu
|
b121545b70
|
data attribute was missing for apiserver integration test cases
Signed-off-by: Bin Lu <bin.lu@arm.com>
|
2019-05-19 20:04:35 +08:00 |
|
Guoliang Wang
|
20f9c9940e
|
Add Post-bind extension point to the scheduling framework
|
2019-05-19 18:12:16 +08:00 |
|
Kubernetes Prow Robot
|
0f31cc93b6
|
Merge pull request #74440 from yliaog/dynamic
Switched to use dynamic shared informer for Garbage Collector.
|
2019-05-18 12:23:12 -07:00 |
|
Kubernetes Prow Robot
|
df4f033a4f
|
Merge pull request #77501 from JieJhih/scheduling/plugin
add scheduling framework configuration
|
2019-05-18 03:39:12 -07:00 |
|
Dr. Stefan Schimanski
|
bc86aeba05
|
apiextensions: switch OpenAPI pubilshing to structural schema
|
2019-05-18 11:12:48 +02:00 |
|