Enum kube_client::error::DiscoveryError
source · [−]pub enum DiscoveryError {
InvalidGroupVersion(String),
MissingKind(String),
MissingApiGroup(String),
MissingResource(String),
EmptyApiGroup(String),
}This is supported on crate features
config or client only.Expand description
Possible errors when using API discovery
Variants
InvalidGroupVersion(String)
Invalid GroupVersion
MissingKind(String)
Missing Kind
MissingApiGroup(String)
Missing ApiGroup
MissingResource(String)
MissingResource
EmptyApiGroup(String)
Empty ApiGroup
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DiscoveryError
impl Send for DiscoveryError
impl Sync for DiscoveryError
impl Unpin for DiscoveryError
impl UnwindSafe for DiscoveryError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more