Trait rama::http::service::web::k8s::ToK8sService

pub trait ToK8sService<S>: Sealed<S> { }
Expand description

Utility internal trait to create service endpoints for the different checks

Implementations on Foreign Types§

§

impl<S> ToK8sService<S> for ()
where S: Clone + Send + Sync + 'static,

Implementors§

§

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