Struct kube_client::config::AuthProviderConfig
source · pub struct AuthProviderConfig {
pub name: String,
pub config: HashMap<String, String>,
}
Available on crate feature
config
only.Expand description
AuthProviderConfig stores auth for specified cloud provider.
Fields§
§name: String
Name of the auth provider
config: HashMap<String, String>
Auth provider configuration
Trait Implementations§
source§impl Clone for AuthProviderConfig
impl Clone for AuthProviderConfig
source§fn clone(&self) -> AuthProviderConfig
fn clone(&self) -> AuthProviderConfig
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 moresource§impl Debug for AuthProviderConfig
impl Debug for AuthProviderConfig
source§impl<'de> Deserialize<'de> for AuthProviderConfig
impl<'de> Deserialize<'de> for AuthProviderConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more