Interface ImageStreamOutputFluent<A extends ImageStreamOutputFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
BuildFluent.ImageStreamOutputNested<N>
- All Known Implementing Classes:
BuildFluentImpl.ImageStreamOutputNestedImpl,ImageStreamOutputBuilder,ImageStreamOutputFluentImpl
public interface ImageStreamOutputFluent<A extends ImageStreamOutputFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Represents Docker output from the build
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetImage()BooleanhasImage()AwithImage(String image)AwithNewImage(String original)Deprecated.
-