-
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/callstack support #470
Conversation
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
Signed-off-by: Matthias Bertschy <[email protected]>
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.
very little to change
I have added a commit on callstackcache.go for cosmetics
@@ -128,3 +128,33 @@ func GetInitOperations(containerType string, containerIndex int) []utils.PatchOp | |||
|
|||
return operations | |||
} | |||
|
|||
func CalculateSHA256CallStackHash(callStack v1beta1.IdentifiedCallStack) string { | |||
hash := sha256.New() |
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.
let's keep this in mind if we need performance https://github.com/minio/sha256-simd
Summary:
|
Signed-off-by: Amit Schendel <[email protected]>
…-agent into feature/callstack-support
Signed-off-by: Amit Schendel <[email protected]>
Co-authored-by: Matthias Bertschy <[email protected]> Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Signed-off-by: Amit Schendel <[email protected]>
Summary:
|
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.
all good
Overview