public interface CamelCatalogListFluent<A extends CamelCatalogListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CamelCatalogListFluent.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, CamelCatalog item)
A setToItems(int index, CamelCatalog item)
A addToItems(CamelCatalog... items)
A addAllToItems(Collection<CamelCatalog> items)
A removeFromItems(CamelCatalog... items)
A removeAllFromItems(Collection<CamelCatalog> items)
A removeMatchingFromItems(Predicate<CamelCatalogBuilder> predicate)
@Deprecated List<CamelCatalog> getItems()
List<CamelCatalog> buildItems()
CamelCatalog buildItem(int index)
CamelCatalog buildFirstItem()
CamelCatalog buildLastItem()
CamelCatalog buildMatchingItem(Predicate<CamelCatalogBuilder> predicate)
Boolean hasMatchingItem(Predicate<CamelCatalogBuilder> predicate)
A withItems(List<CamelCatalog> items)
A withItems(CamelCatalog... items)
Boolean hasItems()
CamelCatalogListFluent.ItemsNested<A> addNewItem()
CamelCatalogListFluent.ItemsNested<A> addNewItemLike(CamelCatalog item)
CamelCatalogListFluent.ItemsNested<A> setNewItemLike(int index, CamelCatalog item)
CamelCatalogListFluent.ItemsNested<A> editItem(int index)
CamelCatalogListFluent.ItemsNested<A> editFirstItem()
CamelCatalogListFluent.ItemsNested<A> editLastItem()
CamelCatalogListFluent.ItemsNested<A> editMatchingItem(Predicate<CamelCatalogBuilder> 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–2021 Red Hat. All rights reserved.