Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
kube-2.0.1
kube 2.0.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
clux
github:kube-rs:release
Dependencies
k8s-openapi ^0.26.0
normal
kube-client =2.0.1
normal
optional
kube-core =2.0.1
normal
kube-derive =2.0.1
normal
optional
kube-runtime =2.0.1
normal
optional
anyhow ^1.0.71
dev
futures ^0.3.17
dev
http ^1.1.0
dev
k8s-openapi ^0.26.0
dev
schemars ^1.0.0
dev
serde ^1.0.130
dev
serde_json ^1.0.68
dev
tokio ^1.14.0
dev
tower-test ^0.4.0
dev
Versions
100%
of the crate is documented
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
Restart
kube
2.0.1
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
§