Docs.rs
kube-runtime-0.57.0
kube-runtime 0.57.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
clux
github:kube-rs:release
Dependencies
dashmap ^4.0.1
normal
derivative ^2.1.1
normal
futures ^0.3.8
normal
k8s-openapi ^0.12.0
normal
kube ^0.57.0
normal
pin-project ^1.0.2
normal
serde ^1.0.118
normal
smallvec ^1.6.0
normal
snafu ^0.6.10
normal
tokio ^1.0.1
normal
tokio-util ^0.6.0
normal
k8s-openapi ^0.12.0
dev
kube-core ^0.57.0
dev
kube-derive ^0.57.0
dev
rand ^0.8.0
dev
schemars ^0.8.0
dev
serde_json ^1.0.61
dev
tokio ^1.0.1
dev
Versions
55.95%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Other items in
kube_runtime
::
watcher
?
Type Definition
kube_runtime
::
watcher
::
Result
[
−
]
[src]
type Result<T, E =
Error
> =
Result
<T, E>;