Docs.rs
kube-runtime-0.62.0
kube-runtime 0.62.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.17
normal
json-patch ^0.2.6
normal
k8s-openapi ^0.13.1
normal
kube-client ^0.62.0
normal
pin-project ^1.0.2
normal
serde ^1.0.130
normal
serde_json ^1.0.68
normal
smallvec ^1.7.0
normal
snafu ^0.6.10
normal
tokio ^1.12.0
normal
tokio-util ^0.6.8
normal
tracing ^0.1.29
normal
k8s-openapi ^0.13.1
dev
kube <1.0.0, >=0.60.0
dev
rand ^0.8.0
dev
schemars ^0.8.6
dev
serde_json ^1.0.68
dev
tokio ^1.12.0
dev
Versions
54.55%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
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]
pub type Result<T, E =
Error
> =
Result
<T, E>;