Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPRouteMatch
-
Packages that use HTTPRouteMatch Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPRouteMatch in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPRouteMatch Modifier and Type Method Description HTTPRouteMatch
HTTPRouteMatchBuilder. build()
HTTPRouteMatch
HTTPRouteRuleFluent. buildFirstMatch()
HTTPRouteMatch
HTTPRouteRuleFluent. buildLastMatch()
HTTPRouteMatch
HTTPRouteRuleFluent. buildMatch(int index)
HTTPRouteMatch
HTTPRouteRuleFluent. buildMatchingMatch(Predicate<HTTPRouteMatchBuilder> predicate)
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type HTTPRouteMatch Modifier and Type Method Description List<HTTPRouteMatch>
HTTPRouteRuleFluent. buildMatches()
List<HTTPRouteMatch>
HTTPRouteRule. getMatches()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRouteMatch Modifier and Type Method Description HTTPRouteRuleFluent.MatchesNested<A>
HTTPRouteRuleFluent. addNewMatchLike(HTTPRouteMatch item)
A
HTTPRouteRuleFluent. addToMatches(int index, HTTPRouteMatch item)
A
HTTPRouteRuleFluent. addToMatches(HTTPRouteMatch... items)
protected void
HTTPRouteMatchFluent. copyInstance(HTTPRouteMatch instance)
A
HTTPRouteRuleFluent. removeFromMatches(HTTPRouteMatch... items)
HTTPRouteRuleFluent.MatchesNested<A>
HTTPRouteRuleFluent. setNewMatchLike(int index, HTTPRouteMatch item)
A
HTTPRouteRuleFluent. setToMatches(int index, HTTPRouteMatch item)
A
HTTPRouteRuleFluent. withMatches(HTTPRouteMatch... matches)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPRouteMatch Modifier and Type Method Description A
HTTPRouteRuleFluent. addAllToMatches(Collection<HTTPRouteMatch> items)
A
HTTPRouteRuleFluent. removeAllFromMatches(Collection<HTTPRouteMatch> items)
void
HTTPRouteRule. setMatches(List<HTTPRouteMatch> matches)
A
HTTPRouteRuleFluent. withMatches(List<HTTPRouteMatch> matches)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRouteMatch Constructor Description HTTPRouteMatchBuilder(HTTPRouteMatch instance)
HTTPRouteMatchBuilder(HTTPRouteMatchFluent<?> fluent, HTTPRouteMatch instance)
HTTPRouteMatchFluent(HTTPRouteMatch instance)
-