Enum kube_client::error::DiscoveryError [−][src]
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)Tuple Fields of InvalidGroupVersion
0: StringMissingKind(String)Tuple Fields of MissingKind
0: StringMissingApiGroup(String)Tuple Fields of MissingApiGroup
0: StringMissingResource(String)Tuple Fields of MissingResource
0: StringEmptyApiGroup(String)Tuple Fields of EmptyApiGroup
0: StringTrait Implementations
Performs the conversion.
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