-
Notifications
You must be signed in to change notification settings - Fork 345
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:Adding support for KubeArmorClusterPolicy #1772
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prateeknandle
force-pushed
the
cluster-level-policy
branch
5 times, most recently
from
June 3, 2024 14:05
e6ddb0d
to
ddd2244
Compare
Prateeknandle
force-pushed
the
cluster-level-policy
branch
3 times, most recently
from
June 20, 2024 04:41
4e8c562
to
338dd71
Compare
daemon1024
reviewed
Jun 20, 2024
Prateeknandle
force-pushed
the
cluster-level-policy
branch
from
June 20, 2024 20:58
c76abdf
to
338dd71
Compare
Prateeknandle
force-pushed
the
cluster-level-policy
branch
4 times, most recently
from
June 23, 2024 20:03
8d35a66
to
5ec82aa
Compare
Prateeknandle
force-pushed
the
cluster-level-policy
branch
from
June 28, 2024 02:34
c99cc3a
to
cf3ab72
Compare
Prateeknandle
force-pushed
the
cluster-level-policy
branch
5 times, most recently
from
July 2, 2024 20:31
4ba5a06
to
c728ad2
Compare
Prateeknandle
force-pushed
the
cluster-level-policy
branch
5 times, most recently
from
July 5, 2024 17:24
18d5f6a
to
69969b2
Compare
Signed-off-by: Prateek Nandle <[email protected]>
…r api version Signed-off-by: Prateek <[email protected]>
Signed-off-by: Prateek <[email protected]>
Signed-off-by: Prateek <[email protected]>
Prateeknandle
force-pushed
the
cluster-level-policy
branch
from
July 5, 2024 18:22
135ab19
to
c53ff79
Compare
daemon1024
approved these changes
Jul 8, 2024
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.
Tried it out locally, Working as expected!
LGTM, Great Work👌🏽
Aryan-sharma11
approved these changes
Jul 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of PR?:
Adding support for KubeArmorClusterPolicy
Feature #1769
Does this PR introduce a breaking change?
If the changes in this PR are manually verified, list down the scenarios covered::
Additional information for reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs
WatchClusterSecurityPolicies()
forKubeArmorClusterPolicy
.CreateSecurityPolicy()
for creating security policy object:matchExpressions
, addedNamespaceList
totp.SecurityPolicy
.NamespaceList
contains list of namespaces on which cluster policy will be enforced.matchExpressions
inCreateSecurityPolicy()
.UpdateSecurityPolicy()
is used to updateendPoints
security policies.Checklist:
<type>(<scope>): <subject>