Package io.fabric8.openshift.api.model
Interface TagEventFluent<A extends TagEventFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
NamedTagEventListFluent.ItemsNested<N>
- All Known Implementing Classes:
DoneableTagEvent,NamedTagEventListFluentImpl.ItemsNestedImpl,TagEventBuilder,TagEventFluentImpl
public interface TagEventFluent<A extends TagEventFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetCreated()StringgetDockerImageReference()LonggetGeneration()StringgetImage()BooleanhasCreated()BooleanhasDockerImageReference()BooleanhasGeneration()BooleanhasImage()AwithCreated(String created)AwithDockerImageReference(String dockerImageReference)AwithGeneration(Long generation)AwithImage(String image)AwithNewCreated(String arg1)AwithNewCreated(StringBuffer arg1)AwithNewCreated(StringBuilder arg1)AwithNewDockerImageReference(String arg1)AwithNewDockerImageReference(StringBuffer arg1)AwithNewDockerImageReference(StringBuilder arg1)AwithNewImage(String arg1)AwithNewImage(StringBuffer arg1)AwithNewImage(StringBuilder arg1)
-
Method Details
-
getCreated
String getCreated() -
withCreated
-
hasCreated
Boolean hasCreated() -
withNewCreated
-
withNewCreated
-
withNewCreated
-
getDockerImageReference
String getDockerImageReference() -
withDockerImageReference
-
hasDockerImageReference
Boolean hasDockerImageReference() -
withNewDockerImageReference
-
withNewDockerImageReference
-
withNewDockerImageReference
-
getGeneration
Long getGeneration() -
withGeneration
-
hasGeneration
Boolean hasGeneration() -
getImage
String getImage() -
withImage
-
hasImage
Boolean hasImage() -
withNewImage
-
withNewImage
-
withNewImage
-