k3s/test/e2e/network
Kubernetes Submit Queue 70af5efb49 Merge pull request #52885 from xiangpengzhao/dns-remove-useless
Automatic merge from submit-queue (batch tested with PRs 52880, 52855, 52761, 52885, 52929). 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>..

Don't need to check useAnnotation in dns e2e test

**What this PR does / why we need it**:
hostname/subdomain annotations were removed in #44137. This PR removes the check.
Also, `var dnsServiceLabelSelector` is not used anymore.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
ref: https://github.com/kubernetes/kubernetes/pull/44137

**Special notes for your reviewer**:
/cc @bowei @MrHohn 

**Release note**:

```release-note
NONE
```
2017-09-24 04:30:12 -07:00
..
BUILD Fix bazel 2017-09-01 05:39:00 +05:30
OWNERS
dns.go Merge pull request #52885 from xiangpengzhao/dns-remove-useless 2017-09-24 04:30:12 -07:00
dns_common.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
dns_configmap.go Add [sig-network] prefix to network e2e tests 2017-07-25 08:56:35 +08:00
doc.go
firewall.go update clientset.Core() to clientset.CoreV1() in test 2017-08-14 16:53:55 +08:00
framework.go Add [sig-network] prefix to network e2e tests 2017-07-25 08:56:35 +08:00
ingress.go [sig-network-e2e] Remove redundant sig prefix from tests 2017-08-21 11:17:02 -07:00
kube_proxy.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
network_policy.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
network_tiers.go e2e: network tiers should retry on 404 errors 2017-09-06 13:16:28 -07:00
networking.go [sig-network-e2e] Remove redundant sig prefix from tests 2017-08-21 11:17:02 -07:00
networking_perf.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
no_snat.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
proxy.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
service.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
service_latency.go Move left networking e2e tests to test/e2e/network 2017-08-02 23:47:10 +08:00
serviceloadbalancers.go Move left networking e2e tests to test/e2e/network 2017-08-02 23:47:10 +08:00
util_iperf.go