Package io.fabric8.openshift.api.model
Class DoneableRouteIngress
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.RouteIngressFluentImpl<DoneableRouteIngress>
io.fabric8.openshift.api.model.DoneableRouteIngress
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableRouteIngress>,io.fabric8.kubernetes.api.builder.Visitable<DoneableRouteIngress>,io.fabric8.kubernetes.api.model.Doneable<RouteIngress>,RouteIngressFluent<DoneableRouteIngress>
public class DoneableRouteIngress extends RouteIngressFluentImpl<DoneableRouteIngress> implements io.fabric8.kubernetes.api.model.Doneable<RouteIngress>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.RouteIngressFluentImpl
RouteIngressFluentImpl.ConditionsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.RouteIngressFluent
RouteIngressFluent.ConditionsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableRouteIngress(io.fabric8.kubernetes.api.builder.Function<RouteIngress,RouteIngress> function)DoneableRouteIngress(RouteIngress item)DoneableRouteIngress(RouteIngress item, io.fabric8.kubernetes.api.builder.Function<RouteIngress,RouteIngress> function) -
Method Summary
Modifier and Type Method Description RouteIngressdone()Methods inherited from class io.fabric8.openshift.api.model.RouteIngressFluentImpl
addAllToConditions, addNewCondition, addNewCondition, addNewConditionLike, addToConditions, addToConditions, buildCondition, buildConditions, buildFirstCondition, buildLastCondition, buildMatchingCondition, editCondition, editFirstCondition, editLastCondition, editMatchingCondition, equals, getConditions, getHost, getRouterCanonicalHostname, getRouterName, getWildcardPolicy, hasConditions, hasHost, hasMatchingCondition, hasRouterCanonicalHostname, hasRouterName, hasWildcardPolicy, removeAllFromConditions, removeFromConditions, removeMatchingFromConditions, setNewConditionLike, setToConditions, withConditions, withConditions, withHost, withNewHost, withNewHost, withNewHost, withNewRouterCanonicalHostname, withNewRouterCanonicalHostname, withNewRouterCanonicalHostname, withNewRouterName, withNewRouterName, withNewRouterName, withNewWildcardPolicy, withNewWildcardPolicy, withNewWildcardPolicy, withRouterCanonicalHostname, withRouterName, withWildcardPolicy
-
Constructor Details
-
DoneableRouteIngress
public DoneableRouteIngress(io.fabric8.kubernetes.api.builder.Function<RouteIngress,RouteIngress> function) -
DoneableRouteIngress
public DoneableRouteIngress(RouteIngress item, io.fabric8.kubernetes.api.builder.Function<RouteIngress,RouteIngress> function) -
DoneableRouteIngress
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<RouteIngress>
-