Justin Santa Barbara
|
67d3a93166
|
Fix misc typos
Mostly in comments, but also renamed the (test) function
migUdpateCmdBase -> migUpdateCmdBase.
|
2015-10-20 05:52:45 -04:00 |
k8s-merge-robot
|
a5fc5fd0c4
|
Merge pull request #15538 from wojtek-t/unify_clients
Auto commit by PR queue bot
|
2015-10-14 06:20:37 -07:00 |
Piotr Szczesniak
|
ebac6de547
|
Fixed Initial Resources e2e test to not depend on other tests
|
2015-10-14 11:11:03 +02:00 |
Wojciech Tyczynski
|
647aa1bc8c
|
Unify per-resource List for unversioned client
|
2015-10-14 08:37:57 +02:00 |
Clayton Coleman
|
611530889f
|
Cleanup more extensively in e2e
|
2015-08-19 17:43:34 -04:00 |
Kris Rousey
|
ae6c64d9bb
|
Moving everyone to unversioned client
|
2015-08-18 10:23:03 -07:00 |
Mike Danese
|
17defc7383
|
run gofmt on everything we touched
|
2015-08-05 17:52:56 -07:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
Brendan Burns
|
988aa6fdf6
|
Move things into a 'kube-system' namespace.
|
2015-07-06 15:08:23 -07:00 |
Karl Isenberg
|
32a09cfcee
|
Use Ginkgo Skip() to avoid failing when tests are skipped
- Added util methods: Skipf, SkipUnlessNodeCountIsAtLeast, SkipIfProviderIs,
and SkipUnlessProviderIs
|
2015-06-25 09:50:25 -07:00 |
Vishnu Kannan
|
a38204a498
|
Update to heapster v0.14.0
|
2015-06-10 16:38:34 -07:00 |
Marek Biskup
|
13ba177668
|
kube-addon-update.sh
|
2015-06-08 15:10:40 +02:00 |
Chao Xu
|
d3664957b1
|
replace v1beta3 with v1 in e2e tests
|
2015-06-04 17:42:00 -07:00 |
Quinton Hoole
|
a39a6013cb
|
Merge pull request #8469 from satnam6502/heapster
Add explicit version to name of monitoring RCs
|
2015-06-04 10:42:54 -07:00 |
jayunit100
|
bcc735af19
|
Revert "Merge pull request #9166 from GoogleCloudPlatform/revert-8504-ginkgo-names"
This reverts commit 479e5005f5 , reversing
changes made to 5115f0e6bc .
|
2015-06-02 23:23:44 -04:00 |
Brian Grant
|
b3550bcacf
|
Revert "Cleanup ginkgo declarative naming in E2Es"
|
2015-06-02 20:16:41 -07:00 |
jayunit100
|
e6583ef7d7
|
Cleanup ginkgo declarative naming in E2Es
|
2015-06-02 17:56:44 -04:00 |
Quinton Hoole
|
14665119b4
|
Revert "improve e2e retry logic with standard wait.Poll()"
|
2015-05-19 11:17:32 -07:00 |
He Simei
|
09fc2a5013
|
improve retry logic with standard wait.Poll()
Signed-off-by: He Simei <hesimei@zju.edu.cn>
|
2015-05-19 21:31:27 +08:00 |
Satnam Singh
|
702bf625ce
|
Add explicit version to name of monitoring RCs
|
2015-05-18 18:13:18 -07:00 |
saadali
|
4569de7a46
|
Enable Google Cloud Monitoring and Google Cloud Logging instead of
Influxdb for Google Compute Engine deployments.
|
2015-05-06 15:23:40 -07:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
Ravi Gadde
|
bf8f258471
|
Added field selector for listing pods.
|
2015-04-21 06:33:28 -07:00 |
Robert Bailey
|
feb7abcada
|
Ensure that e2e tests run on gce|gke and are appropriately
skipped for other cloud providers.
|
2015-04-20 15:04:31 -07:00 |
nikhiljindal
|
a2c29d48ec
|
Removing references to v1beta1 from hack/ and test/
|
2015-04-14 11:31:37 -07:00 |
Rohit Jnagal
|
a4f9ded003
|
Add monitoring e2e back.
The last bugfix in #6710 fixed the real problem.
|
2015-04-13 18:47:04 +00:00 |
Wojciech Tyczynski
|
88eb0b0295
|
FieldSelector for node List()
|
2015-04-10 12:53:16 +02:00 |
Masahiro Sano
|
d04cc5ced4
|
List in NodesInterface takes label selector
|
2015-04-08 23:41:27 +09:00 |
Quinton Hoole
|
3d4cacfaed
|
Mark monitoring e2e test as pending (skipped) until stable.
|
2015-04-07 16:52:58 -07:00 |
Jeff Lowdermilk
|
cfc04f41b8
|
Updates for gcloud changes (alpha, kubeconfig)
|
2015-04-01 09:27:06 -07:00 |
Rohit Jnagal
|
b1911b9f98
|
Fix flakiness in monitoring e2e test.
|
2015-03-26 21:22:13 +00:00 |
Vishnu Kannan
|
e89dd7e235
|
Updating heapster version to v0.9.
Updated the e2e test to work with the new version.
|
2015-03-14 19:00:18 +00:00 |
Vishnu Kannan
|
cbb3c96f31
|
Removing old shell based monitoring test.
|
2015-03-12 02:39:15 +00:00 |
Vishnu Kannan
|
425dd7e3ee
|
Adding a heapster ginkgo e2e test.
|
2015-03-11 21:47:47 +00:00 |