Package io.fabric8.openshift.api.model
Class DoneableRouteIngressCondition
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.RouteIngressConditionFluentImpl<DoneableRouteIngressCondition>
io.fabric8.openshift.api.model.DoneableRouteIngressCondition
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableRouteIngressCondition>,io.fabric8.kubernetes.api.builder.Visitable<DoneableRouteIngressCondition>,io.fabric8.kubernetes.api.model.Doneable<RouteIngressCondition>,RouteIngressConditionFluent<DoneableRouteIngressCondition>
public class DoneableRouteIngressCondition extends RouteIngressConditionFluentImpl<DoneableRouteIngressCondition> implements io.fabric8.kubernetes.api.model.Doneable<RouteIngressCondition>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableRouteIngressCondition(io.fabric8.kubernetes.api.builder.Function<RouteIngressCondition,RouteIngressCondition> function)DoneableRouteIngressCondition(RouteIngressCondition item)DoneableRouteIngressCondition(RouteIngressCondition item, io.fabric8.kubernetes.api.builder.Function<RouteIngressCondition,RouteIngressCondition> function) -
Method Summary
Modifier and Type Method Description RouteIngressConditiondone()Methods inherited from class io.fabric8.openshift.api.model.RouteIngressConditionFluentImpl
equals, getLastTransitionTime, getMessage, getReason, getStatus, getType, hasLastTransitionTime, hasMessage, hasReason, hasStatus, hasType, withLastTransitionTime, withMessage, withNewLastTransitionTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewMessage, withNewMessage, withNewMessage, withNewReason, withNewReason, withNewReason, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withReason, withStatus, withType
-
Constructor Details
-
DoneableRouteIngressCondition
public DoneableRouteIngressCondition(io.fabric8.kubernetes.api.builder.Function<RouteIngressCondition,RouteIngressCondition> function) -
DoneableRouteIngressCondition
public DoneableRouteIngressCondition(RouteIngressCondition item, io.fabric8.kubernetes.api.builder.Function<RouteIngressCondition,RouteIngressCondition> function) -
DoneableRouteIngressCondition
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<RouteIngressCondition>
-