Docs.rs
kube-runtime-0.75.0
kube-runtime 0.75.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
clux
github:kube-rs:release
Dependencies
ahash ^0.8
normal
backoff ^0.4.0
normal
derivative ^2.1.1
normal
futures ^0.3.17
normal
json-patch ^0.2.6
normal
k8s-openapi ^0.16.0
normal
kube-client =0.75.0
normal
parking_lot ^0.12.0
normal
pin-project ^1.0.2
normal
serde ^1.0.130
normal
serde_json ^1.0.68
normal
smallvec ^1.7.0
normal
thiserror ^1.0.29
normal
tokio ^1.14.0
normal
tokio-util ^0.7.0
normal
tracing ^0.1.29
normal
k8s-openapi ^0.16.0
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.14.0
dev
Versions
68.7%
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
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
☰
Result
In kube_runtime::watcher
?
Type Definition
kube_runtime
::
watcher
::
Result
source
·
[
−
]
pub type Result<T, E =
Error
> =
Result
<T, E>;