rama_http::service::web::k8s

Trait ToK8sService

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

Utility internal trait to create service endpoints for the different checks

Implementations on Foreign Types§

Source§

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

Implementors§

Source§

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