Docs.rs
kube-runtime-0.40.0
kube-runtime 0.40.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
clux
github:kube-rs:release
Dependencies
dashmap ^3.11.10
normal
derivative ^2.1.1
normal
futures ^0.3.5
normal
k8s-openapi ^0.9.0
normal
kube ^0.40.0
normal
pin-project ^0.4.23
normal
serde ^1.0.115
normal
smallvec ^1.4.2
normal
snafu ^0.6.8
normal
tokio ^0.2.21
normal
k8s-openapi ^0.9.0
dev
kube-derive ^0.40.0
dev
rand ^0.7.3
dev
serde_json ^1.0.57
dev
tokio ^0.2.22
dev
Versions
48.19%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Result
kube_runtime
::
scheduler
All crates
?
[
−
]
[src]
Type Definition
kube_runtime
::
scheduler
::
Result
type Result<T, E =
Error
> =
Result
<T, E>;