Struct podman_api::opts::ImagePushOptsBuilder
source · pub struct ImagePushOptsBuilder { /* private fields */ }Implementations§
source§impl ImagePushOptsBuilder
impl ImagePushOptsBuilder
sourcepub fn destinations(self, destinations: impl Into<String>) -> Self
pub fn destinations(self, destinations: impl Into<String>) -> Self
Allows for pushing the image to a different destination than the image refers to.
sourcepub fn tls_verify(self, tls_verify: bool) -> Self
pub fn tls_verify(self, tls_verify: bool) -> Self
Require TLS verification.
pub fn auth(self, auth: RegistryAuth) -> Self
pub fn build(self) -> ImagePushOpts
Trait Implementations§
source§impl Debug for ImagePushOptsBuilder
impl Debug for ImagePushOptsBuilder
source§impl Default for ImagePushOptsBuilder
impl Default for ImagePushOptsBuilder
source§fn default() -> ImagePushOptsBuilder
fn default() -> ImagePushOptsBuilder
Returns the “default value” for a type. Read more