public interface CatalogSourceListFluent<A extends CatalogSourceListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CatalogSourceListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
A addToItems(int index, CatalogSource item)
A setToItems(int index, CatalogSource item)
A addToItems(CatalogSource... items)
A addAllToItems(Collection<CatalogSource> items)
A removeFromItems(CatalogSource... items)
A removeAllFromItems(Collection<CatalogSource> items)
A removeMatchingFromItems(Predicate<CatalogSourceBuilder> predicate)
@Deprecated List<CatalogSource> getItems()
List<CatalogSource> buildItems()
CatalogSource buildItem(int index)
CatalogSource buildFirstItem()
CatalogSource buildLastItem()
CatalogSource buildMatchingItem(Predicate<CatalogSourceBuilder> predicate)
Boolean hasMatchingItem(Predicate<CatalogSourceBuilder> predicate)
A withItems(List<CatalogSource> items)
A withItems(CatalogSource... items)
Boolean hasItems()
CatalogSourceListFluent.ItemsNested<A> addNewItem()
CatalogSourceListFluent.ItemsNested<A> addNewItemLike(CatalogSource item)
CatalogSourceListFluent.ItemsNested<A> setNewItemLike(int index, CatalogSource item)
CatalogSourceListFluent.ItemsNested<A> editItem(int index)
CatalogSourceListFluent.ItemsNested<A> editFirstItem()
CatalogSourceListFluent.ItemsNested<A> editLastItem()
CatalogSourceListFluent.ItemsNested<A> editMatchingItem(Predicate<CatalogSourceBuilder> predicate)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2015–2021 Red Hat. All rights reserved.