public class RouteStatusFluentImpl<A extends RouteStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RouteStatusFluent<A>
RouteStatusFluent.IngressNested<N>| Constructor and Description |
|---|
RouteStatusFluentImpl() |
RouteStatusFluentImpl(RouteStatus instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RouteStatusFluentImpl()
public RouteStatusFluentImpl(RouteStatus instance)
public A addToIngress(Integer index, RouteIngress item)
addToIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A setToIngress(Integer index, RouteIngress item)
setToIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A addToIngress(RouteIngress... items)
addToIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A addAllToIngress(Collection<RouteIngress> items)
addAllToIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A removeFromIngress(RouteIngress... items)
removeFromIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A removeAllFromIngress(Collection<RouteIngress> items)
removeAllFromIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A removeMatchingFromIngress(Predicate<RouteIngressBuilder> predicate)
removeMatchingFromIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>@Deprecated public List<RouteIngress> getIngress()
getIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public List<RouteIngress> buildIngress()
buildIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteIngress buildIngress(Integer index)
buildIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteIngress buildFirstIngress()
buildFirstIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteIngress buildLastIngress()
buildLastIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteIngress buildMatchingIngress(Predicate<RouteIngressBuilder> predicate)
buildMatchingIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public Boolean hasMatchingIngress(Predicate<RouteIngressBuilder> predicate)
hasMatchingIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A withIngress(List<RouteIngress> ingress)
withIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A withIngress(RouteIngress... ingress)
withIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public Boolean hasIngress()
hasIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteStatusFluent.IngressNested<A> addNewIngress()
addNewIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteStatusFluent.IngressNested<A> addNewIngressLike(RouteIngress item)
addNewIngressLike in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteStatusFluent.IngressNested<A> setNewIngressLike(Integer index, RouteIngress item)
setNewIngressLike in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteStatusFluent.IngressNested<A> editIngress(Integer index)
editIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteStatusFluent.IngressNested<A> editFirstIngress()
editFirstIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteStatusFluent.IngressNested<A> editLastIngress()
editLastIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public RouteStatusFluent.IngressNested<A> editMatchingIngress(Predicate<RouteIngressBuilder> predicate)
editMatchingIngress in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface RouteStatusFluent<A extends RouteStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RouteStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RouteStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.