[][src]Trait k8_metadata_client::MetadataClientError

pub trait MetadataClientError: Debug + Display {
    pub fn not_founded(&self) -> bool;
pub fn patch_error() -> Self; }

trait for metadata client

Required methods

pub fn not_founded(&self) -> bool[src]

is not founded

pub fn patch_error() -> Self[src]

Loading content...

Implementors

impl MetadataClientError for DoNothingError[src]

Loading content...