pub struct Kubernetes {
pub namespace: Option<String>,
pub pod: Option<Pod>,
pub node: Option<Node>,
}
Fields§
§namespace: Option<String>
Kubernetes namespace.
pod: Option<Pod>
§node: Option<Node>
Trait Implementations§
Source§impl Debug for Kubernetes
impl Debug for Kubernetes
Source§impl Default for Kubernetes
impl Default for Kubernetes
Source§fn default() -> Kubernetes
fn default() -> Kubernetes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Kubernetes
impl RefUnwindSafe for Kubernetes
impl Send for Kubernetes
impl Sync for Kubernetes
impl Unpin for Kubernetes
impl UnwindSafe for Kubernetes
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