public interface ImageFluent<A extends ImageFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
Long getCreated()
Boolean hasCreated()
String getId()
Boolean hasId()
Boolean hasLabels()
String getParentId()
Boolean hasParentId()
A addAllToRepoDigests(Collection<String> items)
A removeAllFromRepoDigests(Collection<String> items)
String getRepoDigest(int index)
String getFirstRepoDigest()
String getLastRepoDigest()
String getMatchingRepoDigest(io.fabric8.docker.api.builder.Predicate<String> predicate)
Boolean hasRepoDigests()
A addAllToRepoTags(Collection<String> items)
A removeAllFromRepoTags(Collection<String> items)
String getRepoTag(int index)
String getFirstRepoTag()
String getLastRepoTag()
String getMatchingRepoTag(io.fabric8.docker.api.builder.Predicate<String> predicate)
Boolean hasRepoTags()
Long getSize()
Boolean hasSize()
Long getVirtualSize()
Boolean hasVirtualSize()
Copyright © 2015–2017 Red Hat. All rights reserved.