Struct docker_api::api::swarm::data::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
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more