public class ImageTagListFluentImpl<A extends ImageTagListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageTagListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ImageTagListFluentImpl.ItemsNestedImpl<N> |
ImageTagListFluent.ItemsNested<N>| Constructor and Description |
|---|
ImageTagListFluentImpl() |
ImageTagListFluentImpl(ImageTagList instance) |
public ImageTagListFluentImpl()
public ImageTagListFluentImpl(ImageTagList instance)
public String getApiVersion()
getApiVersion in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A addToItems(int index, ImageTag item)
addToItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A setToItems(int index, ImageTag item)
setToItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A addToItems(ImageTag... items)
addToItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A addAllToItems(Collection<ImageTag> items)
addAllToItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A removeFromItems(ImageTag... items)
removeFromItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A removeAllFromItems(Collection<ImageTag> items)
removeAllFromItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A removeMatchingFromItems(Predicate<ImageTagBuilder> predicate)
removeMatchingFromItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>@Deprecated public List<ImageTag> getItems()
getItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public List<ImageTag> buildItems()
buildItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTag buildItem(int index)
buildItem in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTag buildFirstItem()
buildFirstItem in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTag buildLastItem()
buildLastItem in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTag buildMatchingItem(Predicate<ImageTagBuilder> predicate)
buildMatchingItem in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public Boolean hasMatchingItem(Predicate<ImageTagBuilder> predicate)
hasMatchingItem in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withItems(List<ImageTag> items)
withItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withItems(ImageTag... items)
withItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public Boolean hasItems()
hasItems in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTagListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTagListFluent.ItemsNested<A> addNewItemLike(ImageTag item)
addNewItemLike in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTagListFluent.ItemsNested<A> setNewItemLike(int index, ImageTag item)
setNewItemLike in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTagListFluent.ItemsNested<A> editItem(int index)
editItem in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTagListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTagListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public ImageTagListFluent.ItemsNested<A> editMatchingItem(Predicate<ImageTagBuilder> predicate)
editMatchingItem in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public String getKind()
getKind in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withKind(String kind)
withKind in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public Boolean hasKind()
hasKind in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ImageTagListFluent<A extends ImageTagListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ImageTagListFluent<A extends ImageTagListFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.