pub struct ConfigureKubernetesAuthRequestBuilder { /* private fields */ }
Expand description
Builder for ConfigureKubernetesAuthRequest
.
Implementations§
source§impl ConfigureKubernetesAuthRequestBuilder
impl ConfigureKubernetesAuthRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn kubernetes_host<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn kubernetes_ca_cert<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn pem_keys<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn issuer<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn disable_iss_validation<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
pub fn disable_local_ca_jwt<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
sourcepub fn build(
&self,
) -> Result<ConfigureKubernetesAuthRequest, ConfigureKubernetesAuthRequestBuilderError>
pub fn build( &self, ) -> Result<ConfigureKubernetesAuthRequest, ConfigureKubernetesAuthRequestBuilderError>
Trait Implementations§
source§impl Clone for ConfigureKubernetesAuthRequestBuilder
impl Clone for ConfigureKubernetesAuthRequestBuilder
source§fn clone(&self) -> ConfigureKubernetesAuthRequestBuilder
fn clone(&self) -> ConfigureKubernetesAuthRequestBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ConfigureKubernetesAuthRequestBuilder
impl RefUnwindSafe for ConfigureKubernetesAuthRequestBuilder
impl Send for ConfigureKubernetesAuthRequestBuilder
impl Sync for ConfigureKubernetesAuthRequestBuilder
impl Unpin for ConfigureKubernetesAuthRequestBuilder
impl UnwindSafe for ConfigureKubernetesAuthRequestBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)