Struct kube::config::InferConfigError
source · pub struct InferConfigError { /* private fields */ }
Available on crate feature
config
only.Expand description
Failed to infer config
Trait Implementations§
source§impl Debug for InferConfigError
impl Debug for InferConfigError
source§impl Display for InferConfigError
impl Display for InferConfigError
source§impl Error for InferConfigError
impl Error for InferConfigError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()