-
Notifications
You must be signed in to change notification settings - Fork 182
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
Kubeless output #170
Kubeless output #170
Conversation
3ba95d9
to
7d9c992
Compare
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.
Just found a small typo (see comments below).
Anyway, after a quick review, it looks promising! 👏
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.
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, just some nits:
- squash the commits to have just one commit
- and just a comment, try to avoid to update dependencies in the PR that does other thing, if the PR need a new dependency is fine, but avoid update non-releated dependencies, we can open a separated PR for that
716c392
to
d1d64a0
Compare
Signed-off-by: Issif <issif_github@gadz.org>
d1d64a0
to
5ad03b0
Compare
@nibalizer @cpanato thanks you both, I used github.com/google/uuid for generating |
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.
thanks!
/lgtm
LGTM label has been added. Git tree hash: 6bc20485b43212b30de3e37da7d6e3f91f74241d
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
Signed-off-by: Issif issif_github@gadz.org<!-- Thanks for sending a pull request! Here are some tips for you:
-->
What type of PR is this?
This PR adds add a native integration of
kubeless
as new output.Falcosidekick
will be able to trigger akubeless
function from in/outside a k8s cluster./kind feature
Any specific area of the project related to this PR?
/area outputs
What this PR does / why we need it:
With a native integration, all intermediate (NATS) and custom components for setting up a response engine become useless.
Which issue(s) this PR fixes:
N/A
Fixes #
Special notes for your reviewer:
cc @cpanato @KeisukeYamashita