[−][src]Struct openshift_openapi::api::image::v1::ImageLookupPolicy
ImageLookupPolicy describes how an image stream can be used to override the image references used by pods, builds, and other resources in a namespace.
Fields
local: bool
local will change the docker short image references (like "mysql" or "php:latest") on objects in this namespace to the image ID whenever they match this image stream, instead of reaching out to a remote registry. The name will be fully qualified to an image ID if found. The tag's referencePolicy is taken into account on the replaced value. Only works within the current namespace.
Trait Implementations
impl Clone for ImageLookupPolicy
[src]
fn clone(&self) -> ImageLookupPolicy
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for ImageLookupPolicy
[src]
impl Default for ImageLookupPolicy
[src]
fn default() -> ImageLookupPolicy
[src]
impl<'de> Deserialize<'de> for ImageLookupPolicy
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<ImageLookupPolicy> for ImageLookupPolicy
[src]
fn eq(&self, other: &ImageLookupPolicy) -> bool
[src]
fn ne(&self, other: &ImageLookupPolicy) -> bool
[src]
impl Serialize for ImageLookupPolicy
[src]
impl StructuralPartialEq for ImageLookupPolicy
[src]
Auto Trait Implementations
impl RefUnwindSafe for ImageLookupPolicy
impl Send for ImageLookupPolicy
impl Sync for ImageLookupPolicy
impl Unpin for ImageLookupPolicy
impl UnwindSafe for ImageLookupPolicy
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,