Enum k8s_cluster_api::errors::KubeadmControlPlaneStatusError [−][src]
pub enum KubeadmControlPlaneStatusError {
InvalidConfiguration,
UnsupportedChange,
CreateError,
UpdateError,
DeleteError,
}
Variants
InvalidConfiguration
InvalidConfigurationKubeadmControlPlaneError indicates that the kubeadm control plane configuration is invalid.
UnsupportedChange
UnsupportedChangeKubeadmControlPlaneError indicates that the kubeadm control plane spec has been updated in an unsupported way that cannot be reconciled.
CreateError
CreateKubeadmControlPlaneError indicates that an error was encountered when trying to create the kubeadm control plane.
UpdateError
UpdateKubeadmControlPlaneError indicates that an error was encountered when trying to update the kubeadm control plane.
DeleteError
DeleteKubeadmControlPlaneError indicates that an error was encountered when trying to delete the kubeadm control plane.
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 Send for KubeadmControlPlaneStatusError
impl Sync for KubeadmControlPlaneStatusError
impl Unpin for KubeadmControlPlaneStatusError
impl UnwindSafe for KubeadmControlPlaneStatusError
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