kubelet 0.7.0

A Kubernetes kubelet implementation in Rust
Documentation
1
2
3
4
5
#[cfg(windows)]
pub use self::windows::{UnixListener, UnixStream};

#[cfg(windows)]
mod windows;