Docs.rs
kube-core-2.0.0
kube-core 2.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
clux
github:kube-rs:release
Dependencies
chrono ^0.4.34
normal
derive_more ^2.0.1
normal
form_urlencoded ^1.2.0
normal
http ^1.1.0
normal
json-patch ^4
normal
optional
k8s-openapi ^0.26.0
normal
schemars ^1.0.0
normal
optional
serde ^1.0.130
normal
serde-value ^0.7.0
normal
serde_json ^1.0.68
normal
thiserror ^2.0.3
normal
assert-json-diff ^2.0.2
dev
k8s-openapi ^0.26.0
dev
kube >=1
dev
serde_yaml ^0.9.19
dev
Versions
100%
of the crate is documented
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
Restart
kube_
core
2.0.0
Restart
Implementations on Foreign Types
DaemonSet
Deployment
ReplicaSet
StatefulSet
Implementors
In kube_
core::
util
kube_core
::
util
Trait
Restart
Copy item path
Source
pub trait Restart { }
Expand description
Restartable Resource marker trait
Implementations on Foreign Types
§
Source
§
impl
Restart
for
DaemonSet
Source
§
impl
Restart
for
Deployment
Source
§
impl
Restart
for
ReplicaSet
Source
§
impl
Restart
for
StatefulSet
Implementors
§