Package io.fabric8.openshift.api.model
Interface RouteIngressFluent<A extends RouteIngressFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
RouteStatusFluent.IngressNested<N>
- All Known Implementing Classes:
DoneableRouteIngress,RouteIngressBuilder,RouteIngressFluentImpl,RouteStatusFluentImpl.IngressNestedImpl
public interface RouteIngressFluent<A extends RouteIngressFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRouteIngressFluent.ConditionsNested<N> -
Method Summary
-
Method Details
-
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
-
removeMatchingFromConditions
A removeMatchingFromConditions(io.fabric8.kubernetes.api.builder.Predicate<RouteIngressConditionBuilder> predicate) -
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<RouteIngressCondition> buildConditions() -
buildCondition
-
buildFirstCondition
RouteIngressCondition buildFirstCondition() -
buildLastCondition
RouteIngressCondition buildLastCondition() -
buildMatchingCondition
RouteIngressCondition buildMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<RouteIngressConditionBuilder> predicate) -
hasMatchingCondition
Boolean hasMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<RouteIngressConditionBuilder> predicate) -
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
-
addNewCondition
RouteIngressFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
-
setNewConditionLike
-
editCondition
-
editFirstCondition
RouteIngressFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
RouteIngressFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
RouteIngressFluent.ConditionsNested<A> editMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<RouteIngressConditionBuilder> predicate) -
getHost
String getHost() -
withHost
-
hasHost
Boolean hasHost() -
withNewHost
-
withNewHost
-
withNewHost
-
getRouterCanonicalHostname
String getRouterCanonicalHostname() -
withRouterCanonicalHostname
-
hasRouterCanonicalHostname
Boolean hasRouterCanonicalHostname() -
withNewRouterCanonicalHostname
-
withNewRouterCanonicalHostname
-
withNewRouterCanonicalHostname
-
getRouterName
String getRouterName() -
withRouterName
-
hasRouterName
Boolean hasRouterName() -
withNewRouterName
-
withNewRouterName
-
withNewRouterName
-
getWildcardPolicy
String getWildcardPolicy() -
withWildcardPolicy
-
hasWildcardPolicy
Boolean hasWildcardPolicy() -
withNewWildcardPolicy
-
withNewWildcardPolicy
-
withNewWildcardPolicy
-