Struct docker_api::api::swarm::models::CaConfig [−][src]
pub struct CaConfig {
pub node_cert_expiry: Option<i64>,
pub external_cas: Option<Vec<ExternalCa>>,
pub signing_ca_cert: Option<String>,
pub signing_ca_key: Option<String>,
pub force_rotate: Option<u64>,
}
This is supported on crate feature
swarm
only.Fields
node_cert_expiry: Option<i64>
external_cas: Option<Vec<ExternalCa>>
signing_ca_cert: Option<String>
signing_ca_key: Option<String>
force_rotate: Option<u64>
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for CaConfig
impl UnwindSafe for CaConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more