Docs.rs
kube-runtime-0.38.0
kube-runtime 0.38.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
clux
github:kube-rs:release
Dependencies
dashmap ^3.11.7
normal
derivative ^2.1.1
normal
futures ^0.3.5
normal
k8s-openapi ^0.9.0
normal
kube ^0.38.0
normal
pin-project ^0.4.16
normal
serde ^1.0.110
normal
smallvec ^1.4.0
normal
snafu ^0.6.8
normal
tokio ^0.2.21
normal
k8s-openapi ^0.9.0
dev
kube-derive ^0.38.0
dev
rand ^0.7.3
dev
serde_json ^1.0.53
dev
tokio ^0.2.21
dev
Versions
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>;