Struct krew_wasm_plugin_sdk::kube_config::UserIdentity
source · [−]Expand description
Describe the identity to be used when connecting to the Kubernetes API server
Fields
key: Vec<u8>
Private key assigned to the user
cert: Vec<u8>
Certificate assigned to the user
ca: Vec<u8>
CA that issued the certificate
Auto Trait Implementations
impl RefUnwindSafe for UserIdentity
impl Send for UserIdentity
impl Sync for UserIdentity
impl Unpin for UserIdentity
impl UnwindSafe for UserIdentity
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