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