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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetImage()BooleanhasImage()AwithImage(String image)AwithNewImage(byte[] arg1)AwithNewImage(byte[] arg1, int arg2)AwithNewImage(byte[] arg1, int arg2, int arg3)AwithNewImage(byte[] arg1, int arg2, int arg3, int arg4)AwithNewImage(char[] arg1)AwithNewImage(char[] arg1, int arg2, int arg3)AwithNewImage(int[] arg1, int arg2, int arg3)AwithNewImage(String arg1)AwithNewImage(StringBuffer arg1)AwithNewImage(StringBuilder arg1)
-
-
-
Method Detail
-
getImage
String getImage()
-
hasImage
Boolean hasImage()
-
withNewImage
A withNewImage(StringBuilder arg1)
-
withNewImage
A withNewImage(int[] arg1, int arg2, int arg3)
-
withNewImage
A withNewImage(char[] arg1)
-
withNewImage
A withNewImage(StringBuffer arg1)
-
withNewImage
A withNewImage(byte[] arg1, int arg2)
-
withNewImage
A withNewImage(byte[] arg1)
-
withNewImage
A withNewImage(char[] arg1, int arg2, int arg3)
-
withNewImage
A withNewImage(byte[] arg1, int arg2, int arg3)
-
withNewImage
A withNewImage(byte[] arg1, int arg2, int arg3, int arg4)
-
-