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