-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/policy rules #399
Feature/policy rules #399
Conversation
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Need to update storage in go.mod before |
Signed-off-by: Afek Berger <[email protected]>
5b70325
to
db059ae
Compare
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
Summary:
|
Summary:
|
46cd39e
to
e076c4e
Compare
Summary:
|
Signed-off-by: Afek Berger <[email protected]>
e076c4e
to
d957650
Compare
Summary:
|
Summary:
|
1 similar comment
Summary:
|
Signed-off-by: Afek Berger <[email protected]>
c027851
to
66eed95
Compare
Summary:
|
10d0df5
to
b136b1e
Compare
Signed-off-by: Afek Berger <[email protected]>
b136b1e
to
b14a3b2
Compare
Summary:
|
6adb040
to
1c0b04f
Compare
Summary:
|
1c0b04f
to
e1583de
Compare
Summary:
|
e1583de
to
74055f8
Compare
Summary:
|
3ace3da
to
c2f7fa4
Compare
Signed-off-by: Afek Berger <[email protected]>
c2f7fa4
to
def694f
Compare
Summary:
|
2bc514e
to
101ebc4
Compare
Signed-off-by: Afek Berger <[email protected]>
101ebc4
to
afb7631
Compare
Summary:
|
@@ -211,7 +223,7 @@ func (am *ApplicationProfileManager) monitorContainer(ctx context.Context, conta | |||
} | |||
} | |||
|
|||
func (am *ApplicationProfileManager) saveProfile(ctx context.Context, watchedContainer *utils.WatchedContainerData, namespace string) { | |||
func (am *ApplicationProfileManager) saveProfile(ctx context.Context, watchedContainer *utils.WatchedContainerData, namespace string, initalizeOperations []utils.PatchOperation) { |
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.
this is a bit ugly, but let's leave it like that for the moment
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.
well done, not an easy feat !
Overview