Image pull implementation
I like the idea of Rust CRI implementation, and want to help in it :D
Is there any implementation plan/architecture description?
If no - i suggest using sled for internal storage, this is fast embedded kv database, which is pretty stable
What type of PR is this?
/kind api-change /kind bug /kind cleanup /kind dependency-change /kind deprecation /kind design /kind documentation /kind failing-test /kind feature /kind flake
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #16
Special notes for your reviewer:
Does this PR introduce a user-facing change?
None
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: CertainLach
To complete the pull request process, please assign harche
You can assign the PR to them by writing /assign @harche in a comment when ready.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
I like the idea of Rust CRI implementation, and want to help in it :D
Nice, that's wonderful to hear! :heart:
Is there any implementation plan/architecture description?
Not yet, but are you interested in contributing to some? :) We could start with a fresh documentation page inside the repository. WDYT?
I reduced scope of this PR, because currently i stuck at some bits of multiple transports support, feel free to merge this as partially finished work, i will commit more transports soon :D
Can you please rebase and resolve the conflict? :innocent: Fixing the CI would be necessary now too.
@CertainLach: PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
@CertainLach do you mind giving this a rebase?