Package io.fabric8.openshift.api.model
Class TagImageHookFluent<A extends TagImageHookFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.TagImageHookFluent<A>
-
- Direct Known Subclasses:
LifecycleHookFluent.TagImagesNested,TagImageHookBuilder
public class TagImageHookFluent<A extends TagImageHookFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTagImageHookFluent.ToNested<N>
-
Constructor Summary
Constructors Constructor Description TagImageHookFluent()TagImageHookFluent(TagImageHook instance)
-
Method Summary
-
-
-
Constructor Detail
-
TagImageHookFluent
public TagImageHookFluent()
-
TagImageHookFluent
public TagImageHookFluent(TagImageHook instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(TagImageHook instance)
-
getContainerName
public String getContainerName()
-
hasContainerName
public boolean hasContainerName()
-
buildTo
public io.fabric8.kubernetes.api.model.ObjectReference buildTo()
-
withTo
public A withTo(io.fabric8.kubernetes.api.model.ObjectReference to)
-
hasTo
public boolean hasTo()
-
withNewTo
public TagImageHookFluent.ToNested<A> withNewTo()
-
withNewToLike
public TagImageHookFluent.ToNested<A> withNewToLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editTo
public TagImageHookFluent.ToNested<A> editTo()
-
editOrNewTo
public TagImageHookFluent.ToNested<A> editOrNewTo()
-
editOrNewToLike
public TagImageHookFluent.ToNested<A> editOrNewToLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TagImageHookFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TagImageHookFluent<A>>
-
-