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