[][src]Trait k8_obj_metadata::store::StoreSpec

pub trait StoreSpec: Sized + Default + Debug + Clone {
    type K8Spec: Spec;
    type Status: Sized + Clone + Default + Debug;
    type Key: Ord + Clone + Debug + ToString;
    type Owner: StoreSpec;

    pub const LABEL: &'static str;

    pub fn convert_from_k8(
        k8_obj: K8Obj<Self::K8Spec>
    ) -> Result<Option<MetaItem<Self>>, IoError>; }

Associated Types

Loading content...

Associated Constants

pub const LABEL: &'static str[src]

Loading content...

Required methods

pub fn convert_from_k8(
    k8_obj: K8Obj<Self::K8Spec>
) -> Result<Option<MetaItem<Self>>, IoError>
[src]

Loading content...

Implementors

Loading content...