k3s/test/e2e/network
Kubernetes Submit Queue c42c34daf2 Merge pull request #53755 from bcreane/named-ports
Automatic merge from submit-queue (batch tested with PRs 48665, 52849, 54006, 53755). 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>.

Add named-port ingress test

**What this PR does / why we need it**:

Validate correct behavior when a `NetworkPolicyIngressRule` refers to a named port rather than a numerical port, e.g. `serve-80` rather than `80`.

**Release note**:

```release-note
NONE
```
2017-10-16 18:09:49 -07:00
..
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
OWNERS
dns.go Merge pull request #52885 from xiangpengzhao/dns-remove-useless 2017-09-24 04:30:12 -07:00
dns_common.go Bump kube-dns version used in e2e 2017-10-10 10:49:54 -07:00
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 Add named port ingress test. 2017-10-16 13:41:12 -07:00
network_tiers.go e2e: network tiers should retry on 404 errors 2017-09-06 13:16:28 -07:00
networking.go Merge pull request #50447 from m1093782566/e2e-session-affinity 2017-10-09 00:32:11 -07:00
networking_perf.go Add IPv6 option for e2e iPerf test 2017-10-03 11:19:50 -04:00
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