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