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