Type Definition k8_types::InputK8Obj
source · [−]pub type InputK8Obj<S> = K8SpecObj<S, InputObjectMeta>;Trait Implementations
sourceimpl<S> From<K8SpecObj<S, ItemMeta>> for InputK8Obj<S> where
S: Spec,
impl<S> From<K8SpecObj<S, ItemMeta>> for InputK8Obj<S> where
S: Spec,
sourcefn from(update: UpdateK8Obj<S>) -> Self
fn from(update: UpdateK8Obj<S>) -> Self
Converts to this type from the input type.