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()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(int[] arg1, int arg2, int arg3)
A withNewApiVersion(char[] arg1)
A withNewApiVersion(StringBuffer arg1)
A withNewApiVersion(byte[] arg1, int arg2)
A withNewApiVersion(byte[] arg1)
A withNewApiVersion(char[] arg1, int arg2, int arg3)
A withNewApiVersion(byte[] arg1, int arg2, int arg3)
A withNewApiVersion(byte[] arg1, int arg2, int arg3, int arg4)
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()
A withNewKind(StringBuilder arg1)
A withNewKind(int[] arg1, int arg2, int arg3)
A withNewKind(char[] arg1)
A withNewKind(StringBuffer arg1)
A withNewKind(byte[] arg1, int arg2)
A withNewKind(byte[] arg1)
A withNewKind(char[] arg1, int arg2, int arg3)
A withNewKind(byte[] arg1, int arg2, int arg3)
A withNewKind(byte[] arg1, int arg2, int arg3, int arg4)
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2015–2022 Red Hat. All rights reserved.