k3s/test/e2e
Kubernetes Submit Queue dd4ab76f05
Merge pull request #66589 from MorrisLaw/get_load_balancer_name_per_provider
Automatic merge from submit-queue (batch tested with PRs 67061, 66589, 67121, 67149). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Get load balancer name per provider

**What this PR does / why we need it**:
GetLoadBalancerName() should be implemented per cloud provider as opposed to one neutral implementation.

This PR will address this by moving `cloudprovider.GetLoadBalancerName()` to the `LoadBalancer interface` and then provide an implementation for each cloud provider, while maintaining previously expected functionality.

**Which issue(s) this PR fixes**:
Fixes  [#43173](https://github.com/kubernetes/kubernetes/issues/43173)

**Special notes for your reviewer**:
This is a work in progress. Looking for feedback as I work on this, from any interested parties.

**Release note**:

```release-note
NONE
```
2018-08-08 16:32:07 -07:00
..
apimachinery Merge pull request #66807 from caesarxuchao/remove-connectrequest 2018-08-07 11:44:10 -07:00
apps Merge pull request #66634 from janetkuo/deploy-conform 2018-08-07 18:17:30 -07:00
auth Merge pull request #65891 from CaoShuFeng/audit_v1_stable 2018-08-08 02:17:24 -07:00
autoscaling Allow setting tolerations in test framework 2018-08-07 19:04:55 +02:00
chaosmonkey
common Merge pull request #67053 from oomichi/issue/67051 2018-08-07 14:28:04 -07:00
framework Merge pull request #66589 from MorrisLaw/get_load_balancer_name_per_provider 2018-08-08 16:32:07 -07:00
generated Add pointer comments 2018-04-25 09:47:14 -07:00
instrumentation e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
kubectl e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
lifecycle e2e: Ensure that sysrq-trigger is enabled before use 2018-08-06 11:49:12 -04:00
manifest Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
network Merge pull request #66589 from MorrisLaw/get_load_balancer_name_per_provider 2018-08-08 16:32:07 -07:00
node Merge pull request #67108 from yujuhong/crictl-test 2018-08-08 13:22:17 -07:00
perftype
scalability Scalability tests: Increase sample size for pod startup latency measurement. 2018-08-03 12:24:43 +02:00
scheduling Add e2e tests for test scope selectors with non-priorityclass scopes 2018-08-02 08:20:59 -04:00
servicecatalog Update the nginx image from hub.docker.com 2018-08-04 05:19:53 +05:30
storage e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
testing-manifests Update the nginx image from hub.docker.com 2018-08-04 05:19:53 +05:30
ui Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
upgrades e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
README.md
e2e-example-config.json
e2e.go move NEG out of featuregate 2018-06-25 09:47:39 -07:00
e2e_test.go
examples.go removes job scaler 2018-04-04 08:23:21 -04:00
gke_local_ssd.go update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
gke_node_pools.go

README.md

See e2e-tests

Analytics