Package io.fabric8.openshift.api.model
Interface ImageLayerFluent<A extends ImageLayerFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ImageFluent.DockerImageLayersNested<N>
- All Known Implementing Classes:
DoneableImageLayer,ImageFluentImpl.DockerImageLayersNestedImpl,ImageLayerBuilder,ImageLayerFluentImpl
public interface ImageLayerFluent<A extends ImageLayerFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetMediaType()StringgetName()LonggetSize()BooleanhasMediaType()BooleanhasName()BooleanhasSize()AwithMediaType(String mediaType)AwithName(String name)AwithNewMediaType(String arg1)AwithNewMediaType(StringBuffer arg1)AwithNewMediaType(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithSize(Long size)
-
Method Details
-
getMediaType
String getMediaType() -
withMediaType
-
hasMediaType
Boolean hasMediaType() -
withNewMediaType
-
withNewMediaType
-
withNewMediaType
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getSize
Long getSize() -
withSize
-
hasSize
Boolean hasSize()
-