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