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