[][src]Trait k8_client::metadata::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 ClientError[src]

impl MetadataClientError for DoNothingError[src]

Loading content...