public class ImageListFluentImpl<A extends ImageListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageListFluent<A>
ImageListFluent.ItemsNested<N>| Constructor and Description |
|---|
ImageListFluentImpl() |
ImageListFluentImpl(ImageList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ImageListFluentImpl()
public ImageListFluentImpl(ImageList instance)
public String getApiVersion()
getApiVersion in interface ImageListFluent<A extends ImageListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ImageListFluent<A extends ImageListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ImageListFluent<A extends ImageListFluent<A>>public A addToItems(Integer index, Image item)
addToItems in interface ImageListFluent<A extends ImageListFluent<A>>public A setToItems(Integer index, Image item)
setToItems in interface ImageListFluent<A extends ImageListFluent<A>>public A addToItems(Image... items)
addToItems in interface ImageListFluent<A extends ImageListFluent<A>>public A addAllToItems(Collection<Image> items)
addAllToItems in interface ImageListFluent<A extends ImageListFluent<A>>public A removeFromItems(Image... items)
removeFromItems in interface ImageListFluent<A extends ImageListFluent<A>>public A removeAllFromItems(Collection<Image> items)
removeAllFromItems in interface ImageListFluent<A extends ImageListFluent<A>>public A removeMatchingFromItems(Predicate<ImageBuilder> predicate)
removeMatchingFromItems in interface ImageListFluent<A extends ImageListFluent<A>>@Deprecated public List<Image> getItems()
getItems in interface ImageListFluent<A extends ImageListFluent<A>>public List<Image> buildItems()
buildItems in interface ImageListFluent<A extends ImageListFluent<A>>public Image buildItem(Integer index)
buildItem in interface ImageListFluent<A extends ImageListFluent<A>>public Image buildFirstItem()
buildFirstItem in interface ImageListFluent<A extends ImageListFluent<A>>public Image buildLastItem()
buildLastItem in interface ImageListFluent<A extends ImageListFluent<A>>public Image buildMatchingItem(Predicate<ImageBuilder> predicate)
buildMatchingItem in interface ImageListFluent<A extends ImageListFluent<A>>public Boolean hasMatchingItem(Predicate<ImageBuilder> predicate)
hasMatchingItem in interface ImageListFluent<A extends ImageListFluent<A>>public A withItems(List<Image> items)
withItems in interface ImageListFluent<A extends ImageListFluent<A>>public A withItems(Image... items)
withItems in interface ImageListFluent<A extends ImageListFluent<A>>public Boolean hasItems()
hasItems in interface ImageListFluent<A extends ImageListFluent<A>>public ImageListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ImageListFluent<A extends ImageListFluent<A>>public ImageListFluent.ItemsNested<A> addNewItemLike(Image item)
addNewItemLike in interface ImageListFluent<A extends ImageListFluent<A>>public ImageListFluent.ItemsNested<A> setNewItemLike(Integer index, Image item)
setNewItemLike in interface ImageListFluent<A extends ImageListFluent<A>>public ImageListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface ImageListFluent<A extends ImageListFluent<A>>public ImageListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ImageListFluent<A extends ImageListFluent<A>>public ImageListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ImageListFluent<A extends ImageListFluent<A>>public ImageListFluent.ItemsNested<A> editMatchingItem(Predicate<ImageBuilder> predicate)
editMatchingItem in interface ImageListFluent<A extends ImageListFluent<A>>public String getKind()
getKind in interface ImageListFluent<A extends ImageListFluent<A>>public A withKind(String kind)
withKind in interface ImageListFluent<A extends ImageListFluent<A>>public Boolean hasKind()
hasKind in interface ImageListFluent<A extends ImageListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ImageListFluent<A extends ImageListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ImageListFluent<A extends ImageListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ImageListFluent<A extends ImageListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ImageListFluent<A extends ImageListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageListFluent<A extends ImageListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageListFluent<A extends ImageListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageListFluent<A extends ImageListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageListFluent<A extends ImageListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageListFluent<A extends ImageListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageListFluent<A extends ImageListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ImageListFluent<A extends ImageListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageListFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.