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