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