Commit 551d01c1 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #46630 from danwinship/networkpolicy-test-v1

Automatic merge from submit-queue (batch tested with PRs 45877, 46846, 46630, 46087, 47003) update NetworkPolicy e2e test for v1 semantics This makes the NetworkPolicy test at least correct for v1, although ideally we'll eventually add a few more tests... (So this covers about half of #46625.) I've tested that this compiles, but not that it passes, since I don't have a v1-compatible NetworkPolicy implementation yet... @caseydavenport @ozdanborne, maybe you're closer to having a testable plugin than I am? **Release note**: ```release-note NONE ```
parents 9567a4df a2cb5166
...@@ -128,6 +128,7 @@ go_library( ...@@ -128,6 +128,7 @@ go_library(
"//pkg/apis/certificates/v1beta1:go_default_library", "//pkg/apis/certificates/v1beta1:go_default_library",
"//pkg/apis/extensions:go_default_library", "//pkg/apis/extensions:go_default_library",
"//pkg/apis/extensions/v1beta1:go_default_library", "//pkg/apis/extensions/v1beta1:go_default_library",
"//pkg/apis/networking:go_default_library",
"//pkg/apis/rbac/v1beta1:go_default_library", "//pkg/apis/rbac/v1beta1:go_default_library",
"//pkg/apis/settings/v1alpha1:go_default_library", "//pkg/apis/settings/v1alpha1:go_default_library",
"//pkg/client/clientset_generated/clientset:go_default_library", "//pkg/client/clientset_generated/clientset:go_default_library",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment