-
Notifications
You must be signed in to change notification settings - Fork 6.3k
fix: Add metadata labels to all NetworkPolicy resources #23313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #23313 +/- ##
==========================================
- Coverage 59.96% 59.90% -0.06%
==========================================
Files 342 342
Lines 58573 58573
==========================================
- Hits 35123 35089 -34
- Misses 20604 20636 +32
- Partials 2846 2848 +2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
…roj#23292) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
…3269) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
…rgoproj#23312) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
This reverts commit 518311c. Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
This reverts commit 518311c. Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
Signed-off-by: Philippe Merle <philippe.merle@inria.fr>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Philippe Merle <philippe.merle@inria.fr> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Philippe Merle <philippe.merle@inria.fr> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Philippe Merle <philippe.merle@inria.fr> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Signed-off-by: enneitex <etienne.divet@gmail.com>
Checklist:
In manifests/base, all Kubernetes resources have metadata labels defined, except for all NetworkPolicy resources, as illustrated in the following architecture diagrams generated with KubeDiagrams:
This should be an oversight, shouldn't it?
This PR adds metadata labels to all NetworkPolicy resources, as illustrated in the following architecture diagrams generated with KubeDiagrams: