Skip to content
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

Add rust implementation of container Python script #38

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
192ac81
Partially implement the container script in Rust
saiarcot895 Sep 24, 2024
73fc12c
Update Cargo.lock for new crates that have been added
saiarcot895 Sep 24, 2024
b713642
Fix clap missing dependency
saiarcot895 Sep 25, 2024
3ef720f
Implement most of the parts that involve Kubernetes
saiarcot895 Oct 5, 2024
61f6fa8
Update for using CxxString
saiarcot895 Nov 3, 2024
500c4f1
Remove potential extra copy by using std::borrow::Cow
saiarcot895 Nov 4, 2024
8ed9942
Merge remote-tracking branch 'origin/master' into container-rust
saiarcot895 Dec 9, 2024
393f44e
Add support for stop timeout
saiarcot895 Jan 6, 2025
c8f7da0
Merge remote-tracking branch 'origin/master' into container-rust
saiarcot895 Jan 6, 2025
d04d9cc
Fix formatting
saiarcot895 Jan 7, 2025
fd42c16
Merge remote-tracking branch 'origin/master' into container-rust
saiarcot895 Jan 23, 2025
d9fa9ef
Fix formatting
saiarcot895 Jan 23, 2025
c58bf63
Comment out unused variables
saiarcot895 Jan 23, 2025
179d48b
Remove extra newline
saiarcot895 Jan 23, 2025
31d8717
Fix syntax and formatting
saiarcot895 Jan 24, 2025
dafb626
Merge remote-tracking branch 'origin/master' into container-rust
saiarcot895 Jan 24, 2025
e60b819
Fix another linter error
saiarcot895 Jan 27, 2025
14c41ee
Merge remote-tracking branch 'origin/master' into container-rust
saiarcot895 Jan 31, 2025
23805db
Implement the Kubernetes aspects
saiarcot895 Feb 3, 2025
71df3c7
Return an Option for the container version
saiarcot895 Feb 3, 2025
9595ba1
Make main method be async
saiarcot895 Feb 3, 2025
fcd9550
Actually have remote_ctr_enabled do something
saiarcot895 Feb 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading