public class ClusterPoolListFluentImpl<A extends ClusterPoolListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterPoolListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterPoolListFluentImpl.ItemsNestedImpl<N> |
ClusterPoolListFluent.ItemsNested<N>| Constructor and Description |
|---|
ClusterPoolListFluentImpl() |
ClusterPoolListFluentImpl(ClusterPoolList instance) |
public ClusterPoolListFluentImpl()
public ClusterPoolListFluentImpl(ClusterPoolList instance)
public String getApiVersion()
getApiVersion in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A addToItems(Integer index, ClusterPool item)
addToItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A setToItems(Integer index, ClusterPool item)
setToItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A addToItems(ClusterPool... items)
addToItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A addAllToItems(Collection<ClusterPool> items)
addAllToItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A removeFromItems(ClusterPool... items)
removeFromItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A removeAllFromItems(Collection<ClusterPool> items)
removeAllFromItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A removeMatchingFromItems(Predicate<ClusterPoolBuilder> predicate)
removeMatchingFromItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>@Deprecated public List<ClusterPool> getItems()
getItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public List<ClusterPool> buildItems()
buildItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPool buildItem(Integer index)
buildItem in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPool buildFirstItem()
buildFirstItem in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPool buildLastItem()
buildLastItem in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPool buildMatchingItem(Predicate<ClusterPoolBuilder> predicate)
buildMatchingItem in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public Boolean hasMatchingItem(Predicate<ClusterPoolBuilder> predicate)
hasMatchingItem in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A withItems(List<ClusterPool> items)
withItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A withItems(ClusterPool... items)
withItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public Boolean hasItems()
hasItems in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPoolListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPoolListFluent.ItemsNested<A> addNewItemLike(ClusterPool item)
addNewItemLike in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPoolListFluent.ItemsNested<A> setNewItemLike(Integer index, ClusterPool item)
setNewItemLike in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPoolListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPoolListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPoolListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public ClusterPoolListFluent.ItemsNested<A> editMatchingItem(Predicate<ClusterPoolBuilder> predicate)
editMatchingItem in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public String getKind()
getKind in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A withKind(String kind)
withKind in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public Boolean hasKind()
hasKind in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ClusterPoolListFluent<A extends ClusterPoolListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.