public interface LeaseListFluent<A extends LeaseListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LeaseListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
A addAllToItems(Collection<Lease> items)
A removeAllFromItems(Collection<Lease> items)
A removeMatchingFromItems(Predicate<LeaseBuilder> predicate)
@Deprecated List<Lease> getItems()
Lease buildItem(int index)
Lease buildFirstItem()
Lease buildLastItem()
Lease buildMatchingItem(Predicate<LeaseBuilder> predicate)
Boolean hasMatchingItem(Predicate<LeaseBuilder> predicate)
Boolean hasItems()
LeaseListFluent.ItemsNested<A> addNewItem()
LeaseListFluent.ItemsNested<A> addNewItemLike(Lease item)
LeaseListFluent.ItemsNested<A> setNewItemLike(int index, Lease item)
LeaseListFluent.ItemsNested<A> editItem(int index)
LeaseListFluent.ItemsNested<A> editFirstItem()
LeaseListFluent.ItemsNested<A> editLastItem()
LeaseListFluent.ItemsNested<A> editMatchingItem(Predicate<LeaseBuilder> predicate)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2015–2020 Red Hat. All rights reserved.