Docs.rs
k8s-operator-controller-0.1.1
k8s-operator-controller 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
alexchoi0
Dependencies
async-trait ^0.1
normal
chrono ^0.4
normal
k8s-openapi ^0.26.0
normal
k8s-operator-core ^0.1.1
normal
kube ^2.0.1
normal
serde ^1
normal
serde_json ^1
normal
tokio ^1
normal
tracing ^0.1
normal
Versions
0%
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
has_finalizer
k8s_
operator_
controller
0.1.1
k8s_operator_controller
Function
has_
finalizer
Copy item path
Source
pub fn has_finalizer<K>(resource:
&K
, finalizer: &
str
) ->
bool
where K:
Resource
,