Skip to content
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

feat: Add Network Policy adapter #39

Merged
merged 3 commits into from
Jan 29, 2024
Merged

feat: Add Network Policy adapter #39

merged 3 commits into from
Jan 29, 2024

Conversation

anurag-rajawat
Copy link
Collaborator

@anurag-rajawat anurag-rajawat commented Jan 22, 2024

Description

Fixes #36

Does this PR introduce a breaking change?
No

Checklist

  • PR title follows the <type>: <description> convention
  • I use conventional commits in my commit messages
  • I have updated the documentation accordingly
  • I Keep It Small and Simple: The smaller the PR is, the easier it is to review and have it merged
  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Additional information for reviewer

Mention if this PR is part of any design or a continuation of previous PRs

@anurag-rajawat anurag-rajawat marked this pull request as ready for review January 23, 2024 12:39
@anurag-rajawat
Copy link
Collaborator Author

The CI Test check is failing due to the removal of the go.work and go.work.sum files. These files manage local development dependencies in multi-module Go projects and are unnecessary to be checked in the repository.
This failure is temporary and will be resolved once this PR is merged.

@seungsoo-lee seungsoo-lee self-requested a review January 25, 2024 02:10
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
@anurag-rajawat
Copy link
Collaborator Author

In a subsequent PR, the CI test check will be fixed.

@seungsoo-lee seungsoo-lee merged commit 01178b5 into 5GSEC:main Jan 29, 2024
4 of 5 checks passed
@anurag-rajawat anurag-rajawat deleted the feat-netpol-adapter branch January 29, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Network Policy Adapter - k8s netpol
2 participants