public class ProbeListFluentImpl<A extends ProbeListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProbeListFluent<A>
ProbeListFluent.ItemsNested<N>| Constructor and Description |
|---|
ProbeListFluentImpl() |
ProbeListFluentImpl(ProbeList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ProbeListFluentImpl()
public ProbeListFluentImpl(ProbeList instance)
public String getApiVersion()
getApiVersion in interface ProbeListFluent<A extends ProbeListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ProbeListFluent<A extends ProbeListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ProbeListFluent<A extends ProbeListFluent<A>>public A addToItems(Integer index, Probe item)
addToItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public A setToItems(Integer index, Probe item)
setToItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public A addToItems(Probe... items)
addToItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public A addAllToItems(Collection<Probe> items)
addAllToItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public A removeFromItems(Probe... items)
removeFromItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public A removeAllFromItems(Collection<Probe> items)
removeAllFromItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public A removeMatchingFromItems(Predicate<ProbeBuilder> predicate)
removeMatchingFromItems in interface ProbeListFluent<A extends ProbeListFluent<A>>@Deprecated public List<Probe> getItems()
getItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public List<Probe> buildItems()
buildItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public Probe buildItem(Integer index)
buildItem in interface ProbeListFluent<A extends ProbeListFluent<A>>public Probe buildFirstItem()
buildFirstItem in interface ProbeListFluent<A extends ProbeListFluent<A>>public Probe buildLastItem()
buildLastItem in interface ProbeListFluent<A extends ProbeListFluent<A>>public Probe buildMatchingItem(Predicate<ProbeBuilder> predicate)
buildMatchingItem in interface ProbeListFluent<A extends ProbeListFluent<A>>public Boolean hasMatchingItem(Predicate<ProbeBuilder> predicate)
hasMatchingItem in interface ProbeListFluent<A extends ProbeListFluent<A>>public A withItems(List<Probe> items)
withItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public A withItems(Probe... items)
withItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public Boolean hasItems()
hasItems in interface ProbeListFluent<A extends ProbeListFluent<A>>public ProbeListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ProbeListFluent<A extends ProbeListFluent<A>>public ProbeListFluent.ItemsNested<A> addNewItemLike(Probe item)
addNewItemLike in interface ProbeListFluent<A extends ProbeListFluent<A>>public ProbeListFluent.ItemsNested<A> setNewItemLike(Integer index, Probe item)
setNewItemLike in interface ProbeListFluent<A extends ProbeListFluent<A>>public ProbeListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface ProbeListFluent<A extends ProbeListFluent<A>>public ProbeListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ProbeListFluent<A extends ProbeListFluent<A>>public ProbeListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ProbeListFluent<A extends ProbeListFluent<A>>public ProbeListFluent.ItemsNested<A> editMatchingItem(Predicate<ProbeBuilder> predicate)
editMatchingItem in interface ProbeListFluent<A extends ProbeListFluent<A>>public String getKind()
getKind in interface ProbeListFluent<A extends ProbeListFluent<A>>public A withKind(String kind)
withKind in interface ProbeListFluent<A extends ProbeListFluent<A>>public Boolean hasKind()
hasKind in interface ProbeListFluent<A extends ProbeListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ProbeListFluent<A extends ProbeListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ProbeListFluent<A extends ProbeListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ProbeListFluent<A extends ProbeListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ProbeListFluent<A extends ProbeListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ProbeListFluent<A extends ProbeListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ProbeListFluent<A extends ProbeListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ProbeListFluent<A extends ProbeListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ProbeListFluent<A extends ProbeListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ProbeListFluent<A extends ProbeListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ProbeListFluent<A extends ProbeListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ProbeListFluent<A extends ProbeListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProbeListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProbeListFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.