pub enum ControlPlane {
Kubeadm(KubeadmControlPlane),
}
Variants§
Kubeadm(KubeadmControlPlane)
Implementations§
Source§impl ControlPlane
impl ControlPlane
pub fn object_ref(&self) -> ObjectReference
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ControlPlane
impl RefUnwindSafe for ControlPlane
impl Send for ControlPlane
impl Sync for ControlPlane
impl Unpin for ControlPlane
impl UnwindSafe for ControlPlane
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more