Package io.fabric8.openshift.api.model
Class TagImageHookFluentImpl<A extends TagImageHookFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.TagImageHookFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,TagImageHookFluent<A>
- Direct Known Subclasses:
DoneableTagImageHook,LifecycleHookFluentImpl.TagImagesNestedImpl,TagImageHookBuilder
public class TagImageHookFluentImpl<A extends TagImageHookFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TagImageHookFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTagImageHookFluentImpl.ToNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.TagImageHookFluent
TagImageHookFluent.ToNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description TagImageHookFluentImpl()TagImageHookFluentImpl(TagImageHook instance) -
Method Summary
Modifier and Type Method Description io.fabric8.kubernetes.api.model.ObjectReferencebuildTo()TagImageHookFluent.ToNested<A>editOrNewTo()TagImageHookFluent.ToNested<A>editOrNewToLike(io.fabric8.kubernetes.api.model.ObjectReference item)TagImageHookFluent.ToNested<A>editTo()booleanequals(Object o)StringgetContainerName()io.fabric8.kubernetes.api.model.ObjectReferencegetTo()Deprecated.BooleanhasContainerName()BooleanhasTo()AwithContainerName(String containerName)AwithNewContainerName(String arg1)AwithNewContainerName(StringBuffer arg1)AwithNewContainerName(StringBuilder arg1)TagImageHookFluent.ToNested<A>withNewTo()TagImageHookFluent.ToNested<A>withNewToLike(io.fabric8.kubernetes.api.model.ObjectReference item)AwithTo(io.fabric8.kubernetes.api.model.ObjectReference to)
-
Constructor Details
-
TagImageHookFluentImpl
public TagImageHookFluentImpl() -
TagImageHookFluentImpl
-
-
Method Details
-
getContainerName
- Specified by:
getContainerNamein interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
withContainerName
- Specified by:
withContainerNamein interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
hasContainerName
- Specified by:
hasContainerNamein interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
withNewContainerName
- Specified by:
withNewContainerNamein interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
withNewContainerName
- Specified by:
withNewContainerNamein interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
withNewContainerName
- Specified by:
withNewContainerNamein interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
getTo
Deprecated.This method has been deprecated, please use method buildTo instead.- Specified by:
getToin interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>- Returns:
- The buildable object.
-
buildTo
public io.fabric8.kubernetes.api.model.ObjectReference buildTo()- Specified by:
buildToin interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
withTo
- Specified by:
withToin interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
hasTo
- Specified by:
hasToin interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
withNewTo
- Specified by:
withNewToin interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
withNewToLike
public TagImageHookFluent.ToNested<A> withNewToLike(io.fabric8.kubernetes.api.model.ObjectReference item)- Specified by:
withNewToLikein interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
editTo
- Specified by:
editToin interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
editOrNewTo
- Specified by:
editOrNewToin interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
editOrNewToLike
public TagImageHookFluent.ToNested<A> editOrNewToLike(io.fabric8.kubernetes.api.model.ObjectReference item)- Specified by:
editOrNewToLikein interfaceTagImageHookFluent<A extends TagImageHookFluent<A>>
-
equals
-