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