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