[][src]Function fluvio_sc::dispatcher::store::k8::default_convert_from_k8

pub fn default_convert_from_k8<S>(
    k8_obj: K8Obj<<S as K8ExtendedSpec>::K8Spec>
) -> Result<MetadataStoreObject<S, K8MetaItem>, K8ConvertError<<S as K8ExtendedSpec>::K8Spec>> where
    S: K8ExtendedSpec,
    <S as Spec>::IndexKey: TryFrom<String>,
    <S as Spec>::IndexKey: Display,
    <<S as Spec>::IndexKey as TryFrom<String>>::Error: Debug,
    <<S as K8ExtendedSpec>::K8Spec as Spec>::Status: Into<<S as Spec>::Status>,
    <S as K8ExtendedSpec>::K8Spec: Into<S>,