Enum k8s_cluster_api::v1beta1::ControlPlane [−][src]
pub enum ControlPlane {
Kubeadm(KubeadmControlPlane),
}
Variants
Kubeadm(KubeadmControlPlane)
Tuple Fields
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ControlPlane
impl Send for ControlPlane
impl Sync for ControlPlane
impl Unpin for ControlPlane
impl UnwindSafe for ControlPlane
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