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