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 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, RangeAllocation item)
A setToItems(int 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(int 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(int index, RangeAllocation item)
RangeAllocationListFluent.ItemsNested<A> editItem(int index)
RangeAllocationListFluent.ItemsNested<A> editFirstItem()
RangeAllocationListFluent.ItemsNested<A> editLastItem()
RangeAllocationListFluent.ItemsNested<A> editMatchingItem(Predicate<RangeAllocationBuilder> 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.