public class ImageFluentImpl<A extends ImageFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements ImageFluent<A>
| Constructor and Description |
|---|
ImageFluentImpl() |
ImageFluentImpl(Image instance) |
public ImageFluentImpl()
public ImageFluentImpl(Image instance)
public Long getCreated()
getCreated in interface ImageFluent<A extends ImageFluent<A>>public A withCreated(Long Created)
withCreated in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasCreated()
hasCreated in interface ImageFluent<A extends ImageFluent<A>>public String getId()
getId in interface ImageFluent<A extends ImageFluent<A>>public A withId(String Id)
withId in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasId()
hasId in interface ImageFluent<A extends ImageFluent<A>>public A addToLabels(String key, String value)
addToLabels in interface ImageFluent<A extends ImageFluent<A>>public A addToLabels(Map<String,String> map)
addToLabels in interface ImageFluent<A extends ImageFluent<A>>public A removeFromLabels(String key)
removeFromLabels in interface ImageFluent<A extends ImageFluent<A>>public A removeFromLabels(Map<String,String> map)
removeFromLabels in interface ImageFluent<A extends ImageFluent<A>>public Map<String,String> getLabels()
getLabels in interface ImageFluent<A extends ImageFluent<A>>public A withLabels(Map<String,String> Labels)
withLabels in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasLabels()
hasLabels in interface ImageFluent<A extends ImageFluent<A>>public String getParentId()
getParentId in interface ImageFluent<A extends ImageFluent<A>>public A withParentId(String ParentId)
withParentId in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasParentId()
hasParentId in interface ImageFluent<A extends ImageFluent<A>>public A addToRepoDigests(int index, String item)
addToRepoDigests in interface ImageFluent<A extends ImageFluent<A>>public A setToRepoDigests(int index, String item)
setToRepoDigests in interface ImageFluent<A extends ImageFluent<A>>public A addToRepoDigests(String... items)
addToRepoDigests in interface ImageFluent<A extends ImageFluent<A>>public A addAllToRepoDigests(Collection<String> items)
addAllToRepoDigests in interface ImageFluent<A extends ImageFluent<A>>public A removeFromRepoDigests(String... items)
removeFromRepoDigests in interface ImageFluent<A extends ImageFluent<A>>public A removeAllFromRepoDigests(Collection<String> items)
removeAllFromRepoDigests in interface ImageFluent<A extends ImageFluent<A>>public List<String> getRepoDigests()
getRepoDigests in interface ImageFluent<A extends ImageFluent<A>>public String getRepoDigest(int index)
getRepoDigest in interface ImageFluent<A extends ImageFluent<A>>public String getFirstRepoDigest()
getFirstRepoDigest in interface ImageFluent<A extends ImageFluent<A>>public String getLastRepoDigest()
getLastRepoDigest in interface ImageFluent<A extends ImageFluent<A>>public String getMatchingRepoDigest(io.fabric8.docker.api.builder.Predicate<String> predicate)
getMatchingRepoDigest in interface ImageFluent<A extends ImageFluent<A>>public A withRepoDigests(List<String> RepoDigests)
withRepoDigests in interface ImageFluent<A extends ImageFluent<A>>public A withRepoDigests(String... RepoDigests)
withRepoDigests in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasRepoDigests()
hasRepoDigests in interface ImageFluent<A extends ImageFluent<A>>public A addToRepoTags(int index, String item)
addToRepoTags in interface ImageFluent<A extends ImageFluent<A>>public A setToRepoTags(int index, String item)
setToRepoTags in interface ImageFluent<A extends ImageFluent<A>>public A addToRepoTags(String... items)
addToRepoTags in interface ImageFluent<A extends ImageFluent<A>>public A addAllToRepoTags(Collection<String> items)
addAllToRepoTags in interface ImageFluent<A extends ImageFluent<A>>public A removeFromRepoTags(String... items)
removeFromRepoTags in interface ImageFluent<A extends ImageFluent<A>>public A removeAllFromRepoTags(Collection<String> items)
removeAllFromRepoTags in interface ImageFluent<A extends ImageFluent<A>>public List<String> getRepoTags()
getRepoTags in interface ImageFluent<A extends ImageFluent<A>>public String getRepoTag(int index)
getRepoTag in interface ImageFluent<A extends ImageFluent<A>>public String getFirstRepoTag()
getFirstRepoTag in interface ImageFluent<A extends ImageFluent<A>>public String getLastRepoTag()
getLastRepoTag in interface ImageFluent<A extends ImageFluent<A>>public String getMatchingRepoTag(io.fabric8.docker.api.builder.Predicate<String> predicate)
getMatchingRepoTag in interface ImageFluent<A extends ImageFluent<A>>public A withRepoTags(List<String> RepoTags)
withRepoTags in interface ImageFluent<A extends ImageFluent<A>>public A withRepoTags(String... RepoTags)
withRepoTags in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasRepoTags()
hasRepoTags in interface ImageFluent<A extends ImageFluent<A>>public Long getSize()
getSize in interface ImageFluent<A extends ImageFluent<A>>public A withSize(Long Size)
withSize in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasSize()
hasSize in interface ImageFluent<A extends ImageFluent<A>>public Long getVirtualSize()
getVirtualSize in interface ImageFluent<A extends ImageFluent<A>>public A withVirtualSize(Long VirtualSize)
withVirtualSize in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasVirtualSize()
hasVirtualSize in interface ImageFluent<A extends ImageFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.