Class RouteBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1beta1.RouteFluent<RouteBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1beta1.RouteBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Route>,io.fabric8.kubernetes.api.builder.Visitable<RouteBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Route,RouteBuilder>
public class RouteBuilder extends RouteFluent<RouteBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Route,RouteBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1beta1.RouteFluent
RouteFluent.MatchersNested<N>
-
-
Constructor Summary
Constructors Constructor Description RouteBuilder()RouteBuilder(Route instance)RouteBuilder(RouteFluent<?> fluent)RouteBuilder(RouteFluent<?> fluent, Route instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Routebuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1beta1.RouteFluent
addAllToActiveTimeIntervals, addAllToGroupBy, addAllToMatchers, addAllToMuteTimeIntervals, addAllToRoutes, addNewMatcher, addNewMatcher, addNewMatcherLike, addToActiveTimeIntervals, addToActiveTimeIntervals, addToAdditionalProperties, addToAdditionalProperties, addToGroupBy, addToGroupBy, addToMatchers, addToMatchers, addToMuteTimeIntervals, addToMuteTimeIntervals, addToRoutes, addToRoutes, buildFirstMatcher, buildLastMatcher, buildMatcher, buildMatchers, buildMatchingMatcher, copyInstance, editFirstMatcher, editLastMatcher, editMatcher, editMatchingMatcher, equals, getActiveTimeInterval, getActiveTimeIntervals, getAdditionalProperties, getContinue, getFirstActiveTimeInterval, getFirstGroupBy, getFirstMuteTimeInterval, getFirstRoute, getGroupBy, getGroupBy, getGroupInterval, getGroupWait, getLastActiveTimeInterval, getLastGroupBy, getLastMuteTimeInterval, getLastRoute, getMatchingActiveTimeInterval, getMatchingGroupBy, getMatchingMuteTimeInterval, getMatchingRoute, getMuteTimeInterval, getMuteTimeIntervals, getReceiver, getRepeatInterval, getRoute, getRoutes, hasActiveTimeIntervals, hasAdditionalProperties, hasContinue, hasGroupBy, hasGroupInterval, hasGroupWait, hashCode, hasMatchers, hasMatchingActiveTimeInterval, hasMatchingGroupBy, hasMatchingMatcher, hasMatchingMuteTimeInterval, hasMatchingRoute, hasMuteTimeIntervals, hasReceiver, hasRepeatInterval, hasRoutes, removeAllFromActiveTimeIntervals, removeAllFromGroupBy, removeAllFromMatchers, removeAllFromMuteTimeIntervals, removeAllFromRoutes, removeFromActiveTimeIntervals, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromGroupBy, removeFromMatchers, removeFromMuteTimeIntervals, removeFromRoutes, removeMatchingFromMatchers, setNewMatcherLike, setToActiveTimeIntervals, setToGroupBy, setToMatchers, setToMuteTimeIntervals, setToRoutes, toString, withActiveTimeIntervals, withActiveTimeIntervals, withAdditionalProperties, withContinue, withContinue, withGroupBy, withGroupBy, withGroupInterval, withGroupWait, withMatchers, withMatchers, withMuteTimeIntervals, withMuteTimeIntervals, withReceiver, withRepeatInterval, withRoutes, withRoutes
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
RouteBuilder
public RouteBuilder()
-
RouteBuilder
public RouteBuilder(RouteFluent<?> fluent)
-
RouteBuilder
public RouteBuilder(RouteFluent<?> fluent, Route instance)
-
RouteBuilder
public RouteBuilder(Route instance)
-
-