Trait ToK8sService

pub trait ToK8sService: Sealed { }
Expand description

Utility internal trait to create service endpoints for the different checks

Implementations on Foreign Types§

§

impl ToK8sService for ()

Implementors§

§

impl<F> ToK8sService for F
where F: Fn() -> bool + Clone + Send + Sync + 'static,