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) |
| Modifier and Type | Method and Description |
|---|---|
RouteIngressFluent.ConditionsNested<A> |
addNewCondition() |
A |
addNewCondition(String lastTransitionTime,
String message,
String reason,
String status,
String type) |
RouteIngressFluent.ConditionsNested<A> |
addNewConditionLike(RouteIngressCondition item) |
A |
addToConditions(RouteIngressCondition... items) |
boolean |
equals(Object o) |
List<RouteIngressCondition> |
getConditions() |
String |
getHost() |
String |
getRouterName() |
A |
removeFromConditions(RouteIngressCondition... items) |
A |
withConditions(List<RouteIngressCondition> conditions) |
A |
withConditions(RouteIngressCondition... conditions) |
A |
withHost(String host) |
A |
withRouterName(String routerName) |
public RouteIngressFluentImpl()
public RouteIngressFluentImpl(RouteIngress instance)
public A addToConditions(RouteIngressCondition... items)
addToConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A removeFromConditions(RouteIngressCondition... items)
removeFromConditions in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public List<RouteIngressCondition> getConditions()
getConditions 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 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 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 String getRouterName()
getRouterName in interface RouteIngressFluent<A extends RouteIngressFluent<A>>public A withRouterName(String routerName)
withRouterName in interface RouteIngressFluent<A extends RouteIngressFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.