issues
search
rik-org
/
rik
RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.
https://rik-org.github.io/rik/
Apache License 2.0
70
stars
12
forks
source link
feat(riklet): Function network deletion handling
#72
Closed
alexandrebrg
closed
1 year ago
alexandrebrg
commented
1 year ago
Partially solve #65
📑 Description
Maintenance:
Rename some fields to improve readability
Split some methods into more methods in order to improve readability and ability to unit test
Add some instrumentation in critical components
Implement network drop for Functions
Failure and successful are lifted into the controller for pod / Function creation
✅ Checks
[x] My pull request adheres to the code style of this project
[x] My code is documented
[x] I provided unitary tests or procedure to test my code
[x] My PR have a clear description of what my code is supposed to do
ℹ Additional Information
Partially solve #65
📑 Description
Maintenance:
✅ Checks
ℹ Additional Information