public class RouteIngressFluentImpl<A extends RouteIngressFluent<A>> extends BaseFluent<A> implements RouteIngressFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RouteIngressFluentImpl.ConditionsNestedImpl<N> |
RouteIngressFluent.ConditionsNested<N>_visitables| Constructor and Description |
|---|
RouteIngressFluentImpl() |
RouteIngressFluentImpl(RouteIngress instance) |
public RouteIngressFluentImpl()
public RouteIngressFluentImpl(RouteIngress instance)
public A addToConditions(int index, RouteIngressCondition item)
addToConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A setToConditions(int index, RouteIngressCondition item)
setToConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A addToConditions(RouteIngressCondition... items)
addToConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A addAllToConditions(Collection<RouteIngressCondition> items)
addAllToConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A removeFromConditions(RouteIngressCondition... items)
removeFromConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A removeAllFromConditions(Collection<RouteIngressCondition> items)
removeAllFromConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>@Deprecated public List<RouteIngressCondition> getConditions()
getConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public List<RouteIngressCondition> buildConditions()
buildConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressCondition buildCondition(int index)
buildCondition in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressCondition buildFirstCondition()
buildFirstCondition in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressCondition buildLastCondition()
buildLastCondition in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressCondition buildMatchingCondition(Predicate<RouteIngressConditionBuilder> predicate)
buildMatchingCondition in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A withConditions(List<RouteIngressCondition> conditions)
withConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A withConditions(RouteIngressCondition... conditions)
withConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public Boolean hasConditions()
hasConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressFluent.ConditionsNested<A> addNewConditionLike(RouteIngressCondition item)
addNewConditionLike in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressFluent.ConditionsNested<A> setNewConditionLike(int index, RouteIngressCondition item)
setNewConditionLike in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressFluent.ConditionsNested<A> editCondition(int index)
editCondition in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public RouteIngressFluent.ConditionsNested<A> editMatchingCondition(Predicate<RouteIngressConditionBuilder> predicate)
editMatchingCondition in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
addNewCondition in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public String getHost()
getHost in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A withHost(String host)
withHost in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public Boolean hasHost()
hasHost in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public String getRouterCanonicalHostname()
getRouterCanonicalHostname in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A withRouterCanonicalHostname(String routerCanonicalHostname)
withRouterCanonicalHostname in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public Boolean hasRouterCanonicalHostname()
hasRouterCanonicalHostname in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public String getRouterName()
getRouterName in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A withRouterName(String routerName)
withRouterName in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public Boolean hasRouterName()
hasRouterName in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public String getWildcardPolicy()
getWildcardPolicy in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A withWildcardPolicy(String wildcardPolicy)
withWildcardPolicy in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public Boolean hasWildcardPolicy()
hasWildcardPolicy in interface RouteIngressFluent<A extends RouteIngressFluent<A>>Copyright © 2011–2017 Red Hat. All rights reserved.