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