[−][src]Struct openshift_openapi::api::apps::v1::TagImageHook
TagImageHook is a request to tag the image in a particular container onto an ImageStreamTag.
Fields
container_name: String
ContainerName is the name of a container in the deployment config whose image value will be used as the source of the tag. If there is only a single container this value will be defaulted to the name of that container.
to: ObjectReference
To is the target ImageStreamTag to set the container's image onto.
Trait Implementations
impl Clone for TagImageHook
[src]
fn clone(&self) -> TagImageHook
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for TagImageHook
[src]
impl Default for TagImageHook
[src]
fn default() -> TagImageHook
[src]
impl<'de> Deserialize<'de> for TagImageHook
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<TagImageHook> for TagImageHook
[src]
fn eq(&self, other: &TagImageHook) -> bool
[src]
fn ne(&self, other: &TagImageHook) -> bool
[src]
impl Serialize for TagImageHook
[src]
impl StructuralPartialEq for TagImageHook
[src]
Auto Trait Implementations
impl RefUnwindSafe for TagImageHook
impl Send for TagImageHook
impl Sync for TagImageHook
impl Unpin for TagImageHook
impl UnwindSafe for TagImageHook
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>,