Struct containers_image_proxy::ImageProxyConfig [−][src]
pub struct ImageProxyConfig {
pub authfile: Option<String>,
pub insecure_skip_tls_verification: Option<bool>,
}Expand description
Configuration for the proxy.
Fields
authfile: Option<String>Path to container auth file; equivalent to skopeo --authfile.
insecure_skip_tls_verification: Option<bool>If set, disable TLS verification. Equivalent to skopeo --tls-verify=false.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageProxyConfig
impl Send for ImageProxyConfig
impl Sync for ImageProxyConfig
impl Unpin for ImageProxyConfig
impl UnwindSafe for ImageProxyConfig
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