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 addToItems(Integer index, AppliedClusterResourceQuota item)
A setToItems(Integer 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(Integer 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(Integer index, AppliedClusterResourceQuota item)
AppliedClusterResourceQuotaListFluent.ItemsNested<A> editItem(Integer index)
AppliedClusterResourceQuotaListFluent.ItemsNested<A> editFirstItem()
AppliedClusterResourceQuotaListFluent.ItemsNested<A> editLastItem()
AppliedClusterResourceQuotaListFluent.ItemsNested<A> editMatchingItem(Predicate<AppliedClusterResourceQuotaBuilder> predicate)
String getKind()
Boolean hasKind()
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.