Struct k8s_test_framework::kubernetes_version::K8sVersion
source · pub struct K8sVersion { /* private fields */ }
Expand description
Maps K8s version metadata to struct to provide accessor methods for use in testing framework
Implementations§
source§impl K8sVersion
impl K8sVersion
Trait Implementations§
Auto Trait Implementations§
impl Freeze for K8sVersion
impl RefUnwindSafe for K8sVersion
impl Send for K8sVersion
impl Sync for K8sVersion
impl Unpin for K8sVersion
impl UnwindSafe for K8sVersion
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