[−][src]Struct k8s_openapi::api::core::v1::WindowsSecurityContextOptions
WindowsSecurityContextOptions contain Windows-specific options and credentials.
Fields
gmsa_credential_spec: Option<String>
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag.
gmsa_credential_spec_name: Option<String>
GMSACredentialSpecName is the name of the GMSA credential spec to use. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag.
Trait Implementations
impl Default for WindowsSecurityContextOptions
[src]
impl Clone for WindowsSecurityContextOptions
[src]
fn clone(&self) -> WindowsSecurityContextOptions
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<WindowsSecurityContextOptions> for WindowsSecurityContextOptions
[src]
fn eq(&self, other: &WindowsSecurityContextOptions) -> bool
[src]
fn ne(&self, other: &WindowsSecurityContextOptions) -> bool
[src]
impl Debug for WindowsSecurityContextOptions
[src]
impl Serialize for WindowsSecurityContextOptions
[src]
impl<'de> Deserialize<'de> for WindowsSecurityContextOptions
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
Auto Trait Implementations
impl Unpin for WindowsSecurityContextOptions
impl Sync for WindowsSecurityContextOptions
impl Send for WindowsSecurityContextOptions
impl UnwindSafe for WindowsSecurityContextOptions
impl RefUnwindSafe for WindowsSecurityContextOptions
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,