Struct krew_wasm_plugin_sdk::kube_config::Server
source · [−]Expand description
Minimum set of information required to access a Kubernetes API server
Fields
url: String
URL of the address, this includes the protocol and the port number
ca: Vec<u8>
CA of the server
Auto Trait Implementations
impl RefUnwindSafe for Server
impl Send for Server
impl Sync for Server
impl Unpin for Server
impl UnwindSafe for Server
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more