Class ImageStreamOutputFluentImpl<A extends ImageStreamOutputFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.connect.build.ImageStreamOutputFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ImageStreamOutputFluent<A>
- Direct Known Subclasses:
BuildFluentImpl.ImageStreamOutputNestedImpl,ImageStreamOutputBuilder
public class ImageStreamOutputFluentImpl<A extends ImageStreamOutputFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageStreamOutputFluent<A>
Represents Docker output from the build
-
-
Constructor Summary
Constructors Constructor Description ImageStreamOutputFluentImpl()ImageStreamOutputFluentImpl(ImageStreamOutput instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetImage()inthashCode()BooleanhasImage()AwithImage(String image)AwithNewImage(String original)Deprecated.
-
-
-
Constructor Detail
-
ImageStreamOutputFluentImpl
public ImageStreamOutputFluentImpl()
-
ImageStreamOutputFluentImpl
public ImageStreamOutputFluentImpl(ImageStreamOutput instance)
-
-
Method Detail
-
getImage
public String getImage()
- Specified by:
getImagein interfaceImageStreamOutputFluent<A extends ImageStreamOutputFluent<A>>
-
withImage
public A withImage(String image)
- Specified by:
withImagein interfaceImageStreamOutputFluent<A extends ImageStreamOutputFluent<A>>
-
hasImage
public Boolean hasImage()
- Specified by:
hasImagein interfaceImageStreamOutputFluent<A extends ImageStreamOutputFluent<A>>
-
withNewImage
@Deprecated public A withNewImage(String original)
Deprecated.- Specified by:
withNewImagein interfaceImageStreamOutputFluent<A extends ImageStreamOutputFluent<A>>
-
-