Merge pull request #102933 from andrewsykim/net-pol-legacy

test/e2e/network: mark tests in test/e2e/network/netpol/network_legacy.go with NetworkPolicyLegacy
This commit is contained in:
Kubernetes Prow Robot
2021-06-17 14:08:05 -07:00
committed by GitHub

View File

@@ -59,7 +59,7 @@ type protocolPort struct {
protocol v1.Protocol protocol v1.Protocol
} }
var _ = common.SIGDescribe("NetworkPolicy [LinuxOnly]", func() { var _ = common.SIGDescribe("NetworkPolicyLegacy [LinuxOnly]", func() {
var service *v1.Service var service *v1.Service
var podServer *v1.Pod var podServer *v1.Pod
var podServerLabelSelector string var podServerLabelSelector string