Enum k8s_cluster_api::errors::MachineStatusError [−][src]
pub enum MachineStatusError {
InvalidConfiguration,
UnsupportedChange,
InsufficientResources,
CreateError,
UpdateError,
DeleteError,
JoinClusterTimeoutError,
}
Variants
InvalidConfiguration
InvalidConfigurationMachineError represents that the combination of configuration in the MachineSpec is not supported by this cluster. This is not a transient error, but indicates a state that must be fixed before progress can be made.
Example: the ProviderSpec specifies an instance type that doesn’t exist,.
UnsupportedChange
InsufficientResources
CreateError
UpdateError
DeleteError
JoinClusterTimeoutError
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MachineStatusError
impl Send for MachineStatusError
impl Sync for MachineStatusError
impl Unpin for MachineStatusError
impl UnwindSafe for MachineStatusError
Blanket Implementations
Mutably borrows from an owned value. Read more
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