Struct podman_api::opts::ImageSearchOptsBuilder
source · pub struct ImageSearchOptsBuilder { /* private fields */ }Expand description
A builder struct for ImageSearchOpts.
Implementations§
source§impl ImageSearchOptsBuilder
impl ImageSearchOptsBuilder
sourcepub fn build(self) -> ImageSearchOpts
pub fn build(self) -> ImageSearchOpts
Finish building ImageSearchOpts.
source§impl ImageSearchOptsBuilder
impl ImageSearchOptsBuilder
sourcepub fn filter(self, filters: impl IntoIterator<Item = ImageSearchFilter>) -> Self
pub fn filter(self, filters: impl IntoIterator<Item = ImageSearchFilter>) -> Self
Filters to process on the images list.
List the available tags in the repository.
sourcepub fn tls_verify(self, tls_verify: bool) -> Self
pub fn tls_verify(self, tls_verify: bool) -> Self
Skip TLS verification for registries.
Trait Implementations§
source§impl Clone for ImageSearchOptsBuilder
impl Clone for ImageSearchOptsBuilder
source§fn clone(&self) -> ImageSearchOptsBuilder
fn clone(&self) -> ImageSearchOptsBuilder
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 ImageSearchOptsBuilder
impl Debug for ImageSearchOptsBuilder
source§impl Default for ImageSearchOptsBuilder
impl Default for ImageSearchOptsBuilder
source§fn default() -> ImageSearchOptsBuilder
fn default() -> ImageSearchOptsBuilder
Returns the “default value” for a type. Read more