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